| Index: chrome/browser/in_process_webkit/dom_storage_dispatcher_host.h
|
| ===================================================================
|
| --- chrome/browser/in_process_webkit/dom_storage_dispatcher_host.h (revision 27909)
|
| +++ chrome/browser/in_process_webkit/dom_storage_dispatcher_host.h (working copy)
|
| @@ -51,7 +51,7 @@
|
| void OnGetItem(int64 storage_area_id, const string16& key,
|
| IPC::Message* reply_msg);
|
| void OnSetItem(int64 storage_area_id, const string16& key,
|
| - const string16& value);
|
| + const string16& value, IPC::Message* reply_msg);
|
| void OnRemoveItem(int64 storage_area_id, const string16& key);
|
| void OnClear(int64 storage_area_id);
|
|
|
|
|