Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(228)

Unified Diff: chrome/test/base/testing_browser_process.h

Issue 8499021: UserPolicyCache only becomes ready after policy has been fetched. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Nits from Mattias Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_;

Powered by Google App Engine
This is Rietveld 408576698