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

Unified Diff: chrome/browser/in_process_webkit/browser_webkitclient_impl.cc

Issue 5722003: Make DOMStorageDispatcherHost be a message filter (and rename it accordingly)... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: get rid of _DELAY_HANDLE macro Created 10 years 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
« no previous file with comments | « no previous file | chrome/browser/in_process_webkit/dom_storage_area.h » ('j') | ipc/ipc_message_impl_macros.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/in_process_webkit/browser_webkitclient_impl.cc
===================================================================
--- chrome/browser/in_process_webkit/browser_webkitclient_impl.cc (revision 69012)
+++ chrome/browser/in_process_webkit/browser_webkitclient_impl.cc (working copy)
@@ -6,7 +6,7 @@
#include "base/file_util.h"
#include "base/logging.h"
-#include "chrome/browser/in_process_webkit/dom_storage_dispatcher_host.h"
+#include "chrome/browser/in_process_webkit/dom_storage_message_filter.h"
#include "chrome/browser/in_process_webkit/indexed_db_key_utility_client.h"
#include "chrome/common/indexed_db_key.h"
#include "chrome/common/serialized_script_value.h"
@@ -131,8 +131,8 @@
if (!is_local_storage)
return;
- DOMStorageDispatcherHost::DispatchStorageEvent(key, old_value, new_value,
- origin, url, is_local_storage);
+ DOMStorageMessageFilter::DispatchStorageEvent(key, old_value, new_value,
+ origin, url, is_local_storage);
}
WebKit::WebSharedWorkerRepository*
« no previous file with comments | « no previous file | chrome/browser/in_process_webkit/dom_storage_area.h » ('j') | ipc/ipc_message_impl_macros.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698