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

Unified Diff: chrome/browser/policy/browser_policy_connector.h

Issue 9403010: Add support for kiosk mode on the client. Make sure the settings are written in the lockbox. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed comments and added two more tests and cleaned includes. Created 8 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/policy/browser_policy_connector.h
diff --git a/chrome/browser/policy/browser_policy_connector.h b/chrome/browser/policy/browser_policy_connector.h
index ef9848267e57ee6bc2a18c14d8836bd09f2a5707..79787b5aee2b29ec99380526b248db44da56feda 100644
--- a/chrome/browser/policy/browser_policy_connector.h
+++ b/chrome/browser/policy/browser_policy_connector.h
@@ -124,8 +124,8 @@ class BrowserPolicyConnector : public content::NotificationObserver {
// isn't being used.
void RegisterForUserPolicy(const std::string& oauth_token);
Mattias Nissler (ping if slow) 2012/02/21 10:37:46 Didn't you want to put a comment here saying that
pastarmovj 2012/02/21 14:57:08 I was kind of unsure whether putting there this co
- const CloudPolicyDataStore* GetDeviceCloudPolicyDataStore() const;
- const CloudPolicyDataStore* GetUserCloudPolicyDataStore() const;
+ CloudPolicyDataStore* GetDeviceCloudPolicyDataStore();
+ CloudPolicyDataStore* GetUserCloudPolicyDataStore();
const ConfigurationPolicyHandlerList* GetHandlerList() const;

Powered by Google App Engine
This is Rietveld 408576698