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

Unified Diff: chrome/browser/profiles/profile_impl.cc

Issue 52343002: policy: Register OffTheRecordProfile at UserCloudPolicyManagerFactory. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Updated comments. Created 7 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/browser/profiles/profile_impl.cc
diff --git a/chrome/browser/profiles/profile_impl.cc b/chrome/browser/profiles/profile_impl.cc
index 998f26fbd6fca5e46b70102352a576a618648794..6bb9c22f88224e69797029019ad35193d9d15898 100644
--- a/chrome/browser/profiles/profile_impl.cc
+++ b/chrome/browser/profiles/profile_impl.cc
@@ -415,7 +415,7 @@ ProfileImpl::ProfileImpl(
this, force_immediate_policy_load, sequenced_task_runner);
#else
cloud_policy_manager_ =
- policy::UserCloudPolicyManagerFactory::CreateForProfile(
+ policy::UserCloudPolicyManagerFactory::CreateForOriginalProfile(
this, force_immediate_policy_load, sequenced_task_runner);
#endif
#endif

Powered by Google App Engine
This is Rietveld 408576698