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

Unified Diff: content/common/browser_plugin_messages.h

Issue 10978028: Propagate storage partition id and persistence to the browser. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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
Index: content/common/browser_plugin_messages.h
diff --git a/content/common/browser_plugin_messages.h b/content/common/browser_plugin_messages.h
index f052b70135eac1d4fe3ca92ecf243a6fd680d1de..0b36e11fdca4e6f7d32a8a554ddbcdbac56fd853 100644
--- a/content/common/browser_plugin_messages.h
+++ b/content/common/browser_plugin_messages.h
@@ -27,6 +27,12 @@
// -----------------------------------------------------------------------------
// These messages are from the embedder to the browser process.
+IPC_MESSAGE_ROUTED4(BrowserPluginHostMsg_CreateGuest,
+ int /* instance_id */,
+ int64 /* frame_id */,
+ std::string /* storage_partition_id */,
+ bool /* persist_storage */)
+
// Tells the guest to focus or defocus itself.
IPC_MESSAGE_ROUTED2(BrowserPluginHostMsg_SetFocus,
int /* instance_id */,

Powered by Google App Engine
This is Rietveld 408576698