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); |