Index: chrome/test/base/testing_browser_process.h |
diff --git a/chrome/test/base/testing_browser_process.h b/chrome/test/base/testing_browser_process.h |
index fa33623b7292aab097195a9a7148f26c87b4fab8..096c935e57a93d19b8af3abde75c86dec460a0ac 100644 |
--- a/chrome/test/base/testing_browser_process.h |
+++ b/chrome/test/base/testing_browser_process.h |
@@ -126,6 +126,7 @@ class TestingBrowserProcess : public BrowserProcess { |
void SetProfileManager(ProfileManager* profile_manager); |
void SetIOThread(IOThread* io_thread); |
void SetDevToolsManager(DevToolsManager*); |
+ void SetBrowserPolicyConnector(policy::BrowserPolicyConnector* connector); |
private: |
NotificationServiceImpl notification_service_; |