Index: chrome/test/base/testing_browser_process.cc |
diff --git a/chrome/test/base/testing_browser_process.cc b/chrome/test/base/testing_browser_process.cc |
index 5251c93a76e4623841d8eecaf948fc208fe36cc5..ed14743526b16af501bb42b39c0ae273cd0938f5 100644 |
--- a/chrome/test/base/testing_browser_process.cc |
+++ b/chrome/test/base/testing_browser_process.cc |
@@ -70,6 +70,11 @@ chrome_variations::VariationsService* |
return NULL; |
} |
+ChromeResourceDispatcherHostDelegate* |
+ TestingBrowserProcess::resource_dispatcher_host_delegate() { |
+ return NULL; |
+} |
+ |
policy::BrowserPolicyConnector* |
TestingBrowserProcess::browser_policy_connector() { |
#if defined(ENABLE_CONFIGURATION_POLICY) |