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

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

Issue 654263003: Implemented OwnerSettingsService::Set() method. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixes. Created 6 years, 2 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/session_manager_operation.h
diff --git a/chrome/browser/chromeos/settings/session_manager_operation.h b/chrome/browser/chromeos/settings/session_manager_operation.h
index 03aaf80a6d16ba68034f855477065438fd612ee4..356025e9514612c2d9204a1a266c1e21b8078041 100644
--- a/chrome/browser/chromeos/settings/session_manager_operation.h
+++ b/chrome/browser/chromeos/settings/session_manager_operation.h
@@ -189,7 +189,8 @@ class SignAndStoreSettingsOperation : public SessionManagerOperation {
void StartSigning(bool has_private_key);
// Stores the signed device settings blob.
- void StoreDeviceSettingsBlob(std::string device_settings_blob);
+ void StoreDeviceSettings(
+ scoped_ptr<enterprise_management::PolicyFetchResponse> policy_response);
// Handles the result of the store operation and triggers the load.
void HandleStoreResult(bool success);

Powered by Google App Engine
This is Rietveld 408576698