Index: content/public/test/mock_resource_context.h |
diff --git a/content/public/test/mock_resource_context.h b/content/public/test/mock_resource_context.h |
index 8f1791a5f8bb9b7b2e0746409ce1ff47280590ef..2d0b121f74e38542a81995a0f8deed277d0216aa 100644 |
--- a/content/public/test/mock_resource_context.h |
+++ b/content/public/test/mock_resource_context.h |
@@ -30,6 +30,9 @@ class MockResourceContext : public ResourceContext { |
virtual net::URLRequestContext* GetRequestContext() OVERRIDE; |
virtual bool AllowMicAccess(const GURL& origin) OVERRIDE; |
virtual bool AllowCameraAccess(const GURL& origin) OVERRIDE; |
+ virtual void SetNetworkState( |
+ const std::string& client_id, |
+ bool offline) OVERRIDE {}; |
////////////////////////////////////////////////////////////////////////// |
// The following functions are used by tests. |