Chromium Code Reviews| Index: chrome/browser/chromeos/settings/device_settings_service.h |
| diff --git a/chrome/browser/chromeos/settings/device_settings_service.h b/chrome/browser/chromeos/settings/device_settings_service.h |
| index 023cc8a33a7ac7ffa8355cf0d204fde60de69856..5908710e282c80037e04e4064d46b520fddbb306 100644 |
| --- a/chrome/browser/chromeos/settings/device_settings_service.h |
| +++ b/chrome/browser/chromeos/settings/device_settings_service.h |
| @@ -158,7 +158,8 @@ class DeviceSettingsService : public SessionManagerClient::Observer { |
| // Stores a policy blob to session_manager. The result of the operation is |
| // reported through |callback|. If successful, the updated device settings are |
| // present in policy_data() and device_settings() when the callback runs. |
| - void Store(const std::string& policy_blob, const base::Closure& callback); |
| + void Store(scoped_ptr<enterprise_management::PolicyFetchResponse> policy, |
|
Joao da Silva
2012/08/28 19:56:57
PolicyFetchResponse needs forward decl
Mattias Nissler (ping if slow)
2012/08/31 14:13:18
Done.
|
| + const base::Closure& callback); |
| // Returns the ownership status. May return OWNERSHIP_UNKNOWN if the disk |
| // hasn't been checked yet. |