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

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

Issue 12987006: Decouple managed mode code from the policy code in ProfileImpl. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 months 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
« no previous file with comments | « no previous file | chrome/browser/profiles/profile_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/profiles/profile_impl.h
diff --git a/chrome/browser/profiles/profile_impl.h b/chrome/browser/profiles/profile_impl.h
index f0b00790032f292fa3f3e5d42e4d9126702f09af..d5e570bda4e56781bc0c137c7700b9f7e8ae0d76 100644
--- a/chrome/browser/profiles/profile_impl.h
+++ b/chrome/browser/profiles/profile_impl.h
@@ -209,8 +209,10 @@ class ProfileImpl : public Profile {
#if !defined(OS_CHROMEOS)
scoped_ptr<policy::UserCloudPolicyManager> cloud_policy_manager_;
#endif
Bernhard Bauer 2013/03/25 10:36:36 Nit: Could you add comments to the #endif's here?
Joao da Silva 2013/03/25 10:42:11 Done. All of this will hopefully go away once |pre
+#if defined(ENABLE_MANAGED_USERS)
scoped_ptr<policy::ManagedModePolicyProvider> managed_mode_policy_provider_;
#endif
+#endif
scoped_ptr<policy::PolicyService> policy_service_;
// Keep |prefs_| on top for destruction order because |extension_prefs_|,
« no previous file with comments | « no previous file | chrome/browser/profiles/profile_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698