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

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

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
« chrome/chrome_tests.gypi ('K') | « chrome/test/base/testing_browser_process.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 32b4bf8cbc59777b5048a27910958ab69b4a8486..407b3ddad5de352f6410904ef02558ab449ea52a 100644
--- a/chrome/test/base/testing_browser_process.cc
+++ b/chrome/test/base/testing_browser_process.cc
@@ -274,3 +274,8 @@ void TestingBrowserProcess::SetIOThread(IOThread* io_thread) {
void TestingBrowserProcess::SetDevToolsManager(DevToolsManager* manager) {
devtools_manager_.reset(manager);
}
+
+void TestingBrowserProcess::SetBrowserPolicyConnector(
+ policy::BrowserPolicyConnector* connector) {
+ browser_policy_connector_.reset(connector);
+}
« chrome/chrome_tests.gypi ('K') | « chrome/test/base/testing_browser_process.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698