summaryrefslogtreecommitdiffstats
path: root/chrome/test/testing_profile.h
diff options
context:
space:
mode:
authorjkummerow@chromium.org <jkummerow@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-02-23 09:54:25 +0000
committerjkummerow@chromium.org <jkummerow@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-02-23 09:54:25 +0000
commit985655a307077dc9385fa4ed00bed3b8a64a805a (patch)
tree44b6ef8af1970224f900cf4da7fca9a35d414526 /chrome/test/testing_profile.h
parentd63c6fc43c28f3153b3c6b758796e7d15c44bdd0 (diff)
downloadchromium_src-985655a307077dc9385fa4ed00bed3b8a64a805a.zip
chromium_src-985655a307077dc9385fa4ed00bed3b8a64a805a.tar.gz
chromium_src-985655a307077dc9385fa4ed00bed3b8a64a805a.tar.bz2
Device policy infrastructure
This continues the work of http://codereview.chromium.org/6312121/. Description of that CL: This refactors the cloud policy-related code to support device policy that gets associated with the whole browser session. Device policy information will show up in g_browser_process->local_state(). Also, start supporting recommended policy from the cloud. BUG=chromium-os:11259, chromium-os:11257, chromium-os:11256 TEST=Enable device policy by passing --device-policy-cache-dir, claim a device and verify that policy gets downloaded. Review URL: http://codereview.chromium.org/6520008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75732 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/testing_profile.h')
-rw-r--r--chrome/test/testing_profile.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/test/testing_profile.h b/chrome/test/testing_profile.h
index 822acb9..ad437d8 100644
--- a/chrome/test/testing_profile.h
+++ b/chrome/test/testing_profile.h
@@ -280,7 +280,7 @@ class TestingProfile : public Profile {
virtual ChromeBlobStorageContext* GetBlobStorageContext();
virtual ExtensionInfoMap* GetExtensionInfoMap();
virtual PromoCounter* GetInstantPromoCounter();
- virtual policy::ProfilePolicyContext* GetPolicyContext();
+ virtual policy::ProfilePolicyConnector* GetPolicyConnector();
virtual ChromeURLDataManager* GetChromeURLDataManager();
virtual prerender::PrerenderManager* GetPrerenderManager();
virtual PrefService* GetOffTheRecordPrefs();