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

Unified Diff: chrome/renderer/render_thread.h

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
Index: chrome/renderer/render_thread.h
===================================================================
--- chrome/renderer/render_thread.h (revision 69012)
+++ chrome/renderer/render_thread.h (working copy)
@@ -43,7 +43,7 @@
struct ContentSettings;
struct RendererPreferences;
-struct ViewMsg_DOMStorageEvent_Params;
+struct DOMStorageMsg_Event_Params;
struct ViewMsg_ExtensionsUpdated_Params;
struct ViewMsg_New_Params;
struct WebPreferences;
@@ -271,7 +271,7 @@
const ViewMsg_ExtensionsUpdated_Params& params);
void OnPageActionsUpdated(const std::string& extension_id,
const std::vector<std::string>& page_actions);
- void OnDOMStorageEvent(const ViewMsg_DOMStorageEvent_Params& params);
+ void OnDOMStorageEvent(const DOMStorageMsg_Event_Params& params);
void OnExtensionSetAPIPermissions(
const std::string& extension_id,
const std::set<std::string>& permissions);

Powered by Google App Engine
This is Rietveld 408576698