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

Unified Diff: chrome/common/render_messages_internal.h

Issue 223013: Another stab at the Chromium side of storage events. The WebKit side can be ... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 3 months 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 | « chrome/browser/in_process_webkit/webkit_context.cc ('k') | chrome/renderer/render_thread.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/render_messages_internal.h
===================================================================
--- chrome/common/render_messages_internal.h (revision 27652)
+++ chrome/common/render_messages_internal.h (working copy)
@@ -734,6 +734,14 @@
int32 /* the ID of the message we're replying to */,
int64 /* the size of the given DB file */)
+ // Storage events are broadcast to renderer processes.
+ IPC_MESSAGE_CONTROL5(ViewMsg_DOMStorageEvent,
+ string16 /* key */,
+ NullableString16 /* old_value */,
+ NullableString16 /* new_value */,
+ string16 /* origin */,
+ DOMStorageType /* dom_storage_type */)
+
#if defined(IPC_MESSAGE_LOG_ENABLED)
// Tell the renderer process to begin or end IPC message logging.
IPC_MESSAGE_CONTROL1(ViewMsg_SetIPCLoggingEnabled,
« no previous file with comments | « chrome/browser/in_process_webkit/webkit_context.cc ('k') | chrome/renderer/render_thread.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698