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

Unified Diff: chrome/browser/chromeos/settings/device_settings_service.h

Issue 10885015: Implement new-style CloudPolicyStore for Chrome OS device policy. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 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/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.

Powered by Google App Engine
This is Rietveld 408576698