verify_custom_webkit.h 497 B

12345678910111213
  1. // Copyright 2019 The Chromium Authors. All rights reserved.
  2. // Use of this source code is governed by a BSD-style license that can be
  3. // found in the LICENSE file.
  4. #ifndef IOS_TESTING_VERIFY_CUSTOM_WEBKIT_H_
  5. #define IOS_TESTING_VERIFY_CUSTOM_WEBKIT_H_
  6. // Returns whether custom WebKit frameworks were loaded if
  7. // --run-with-custom-webkit was passed on the commandline. Otherwise, always
  8. // returns true.
  9. bool IsCustomWebKitLoadedIfRequested();
  10. #endif // IOS_TESTING_VERIFY_CUSTOM_WEBKIT_H_