| 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 3705c1af8552d2b7d0fcdb1f4d8a36d5bb515965..17a6ed88963e5672638d4d98b99ca3a0bf904a5a 100644
|
| --- a/chrome/test/base/testing_browser_process.h
|
| +++ b/chrome/test/base/testing_browser_process.h
|
| @@ -130,6 +130,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_;
|
|
|