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

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

Issue 6520008: Device policy infrastructure (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix nits 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 b9815751fa288a714f5f9edf64e93187a107e233..28243b57b516700fec78ff9626a809a2cc7f1cce 100644
--- a/chrome/browser/profiles/profile.h
+++ b/chrome/browser/profiles/profile.h
@@ -37,7 +37,7 @@ class SSLConfigService;
}
namespace policy {
-class ProfilePolicyContext;
+class ProfilePolicyConnector;
}
namespace prerender {
@@ -498,8 +498,8 @@ class Profile {
// Returns the PromoCounter for Instant, or NULL if not applicable.
virtual PromoCounter* GetInstantPromoCounter() = 0;
- // Gets the policy context associated with this profile.
- virtual policy::ProfilePolicyContext* GetPolicyContext() = 0;
+ // Gets the policy connector associated with this profile.
+ virtual policy::ProfilePolicyConnector* GetPolicyConnector() = 0;
// Returns the ChromeURLDataManager for this profile.
virtual ChromeURLDataManager* GetChromeURLDataManager() = 0;

Powered by Google App Engine
This is Rietveld 408576698