Index: content/renderer/dom_storage/dom_storage_dispatcher.h |
diff --git a/content/renderer/dom_storage/dom_storage_dispatcher.h b/content/renderer/dom_storage/dom_storage_dispatcher.h |
index 70595ca12fdde1c59ca21e71044c7bc74b59baac..f395d575f5cb247d7f4ccbf0b651d4dd700be4a2 100644 |
--- a/content/renderer/dom_storage/dom_storage_dispatcher.h |
+++ b/content/renderer/dom_storage/dom_storage_dispatcher.h |
@@ -42,7 +42,6 @@ class DomStorageDispatcher { |
// IPC message handlers |
void OnStorageEvent(const DOMStorageMsg_Event_Params& params); |
void OnAsyncOperationComplete(bool success); |
- void OnResetCachedValues(int64 namespace_id); |
scoped_refptr<ProxyImpl> proxy_; |
}; |