Index: Source/core/testing/Internals.h |
diff --git a/Source/core/testing/Internals.h b/Source/core/testing/Internals.h |
index 3c81ea536345435602d5384c98ffd348ea1c4b72..bcf97a88c18039b4565603dc194ae24e80c8d85e 100644 |
--- a/Source/core/testing/Internals.h |
+++ b/Source/core/testing/Internals.h |
@@ -319,6 +319,8 @@ public: |
void setFocused(bool); |
+ void setNetworkStateNotifierTestOnly(bool); |
+ // Test must call setNetworkStateNotifierTestOnly(true) before calling setNetworkConnectionInfo. |
void setNetworkConnectionInfo(const String&, ExceptionState&); |
private: |