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

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: Rebased 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 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_;

Powered by Google App Engine
This is Rietveld 408576698