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

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

Issue 6520008: Device policy infrastructure (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 10 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
Index: chrome/browser/profiles/profile.h
diff --git a/chrome/browser/profiles/profile.h b/chrome/browser/profiles/profile.h
index 976eacdb46bf773c01a06886df3929cc37e5cade..e36e48bcb3d0e69582908f7af387a01edf0d75c3 100644
--- a/chrome/browser/profiles/profile.h
+++ b/chrome/browser/profiles/profile.h
@@ -32,7 +32,7 @@ class SSLConfigService;
}
namespace policy {
-class ProfilePolicyContext;
+class ProfilePolicyConnector;
}
namespace webkit_database {
@@ -495,7 +495,7 @@ class Profile {
virtual PromoCounter* GetInstantPromoCounter() = 0;
// Gets the policy context associated with this profile.
danno 2011/02/15 12:27:15 connector?
Jakob Kummerow 2011/02/21 12:12:15 Done.
- virtual policy::ProfilePolicyContext* GetPolicyContext() = 0;
+ virtual policy::ProfilePolicyConnector* GetPolicyConnector() = 0;
#if defined(OS_CHROMEOS)
enum AppLocaleChangedVia {

Powered by Google App Engine
This is Rietveld 408576698