Chromium Code Reviews| 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; |