| Index: content/public/test/test_utils.h
|
| diff --git a/content/public/test/test_utils.h b/content/public/test/test_utils.h
|
| index 6e46fd239b1e15a0368c98839ed8c7a155789a2a..70c1553effb4a2bacc0a47d36edb0d96b6bfce59 100644
|
| --- a/content/public/test/test_utils.h
|
| +++ b/content/public/test/test_utils.h
|
| @@ -81,6 +81,9 @@ bool AreAllSitesIsolatedForTesting();
|
| // the test; the flag will be read on the first real navigation.
|
| void IsolateAllSitesForTesting(base::CommandLine* command_line);
|
|
|
| +// Resets the internal secure schemes/origins whitelist.
|
| +void ResetSchemesAndOriginsWhitelist();
|
| +
|
| #if defined(OS_ANDROID)
|
| // Registers content/browser JNI bindings necessary for some types of tests.
|
| bool RegisterJniForTesting(JNIEnv* env);
|
|
|