Index: chrome/test/testing_browser_process.h |
diff --git a/chrome/test/testing_browser_process.h b/chrome/test/testing_browser_process.h |
index 4c4d7ef633fd11ad940fd76e6eea4f8bfe5c5cd0..fa76074c724b49efeeaa15552a048277d959acba 100644 |
--- a/chrome/test/testing_browser_process.h |
+++ b/chrome/test/testing_browser_process.h |
@@ -80,6 +80,13 @@ class TestingBrowserProcess : public BrowserProcess { |
virtual safe_browsing::ClientSideDetectionService* |
safe_browsing_detection_service(); |
+ virtual scoped_refptr<URLRequestContextGetter> system_request_context(); |
+ |
+#if defined(OS_CHROMEOS) |
+ virtual chromeos::ProxyConfigServiceImpl* |
+ chromeos_proxy_config_service_impl(); |
+#endif // defined(OS_CHROMEOS) |
+ |
virtual ui::Clipboard* clipboard(); |
virtual ExtensionEventRouterForwarder* extension_event_router_forwarder(); |