| 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 356025e9514612c2d9204a1a266c1e21b8078041..03aaf80a6d16ba68034f855477065438fd612ee4 100644
|
| --- a/chrome/browser/chromeos/settings/session_manager_operation.h
|
| +++ b/chrome/browser/chromeos/settings/session_manager_operation.h
|
| @@ -189,8 +189,7 @@
|
| void StartSigning(bool has_private_key);
|
|
|
| // Stores the signed device settings blob.
|
| - void StoreDeviceSettings(
|
| - scoped_ptr<enterprise_management::PolicyFetchResponse> policy_response);
|
| + void StoreDeviceSettingsBlob(std::string device_settings_blob);
|
|
|
| // Handles the result of the store operation and triggers the load.
|
| void HandleStoreResult(bool success);
|
|
|