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

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: Merging with incoming changes (159475). 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 71e81810cccc2694e6b00440399bbdc025f8b935..563684b4b10e63ed842fbd17dfc4ae0364ce6d7f 100644
--- a/content/common/browser_plugin_messages.h
+++ b/content/common/browser_plugin_messages.h
@@ -28,6 +28,14 @@
// -----------------------------------------------------------------------------
// These messages are from the embedder to the browser process.
+// This message is sent to the browser process to create the browser plugin
+// embedder and helper. It is sent once prior to sending the first
+// BrowserPluginHostMsg_NavigateGuest message.
+IPC_MESSAGE_ROUTED3(BrowserPluginHostMsg_CreateGuest,
+ int /* instance_id */,
+ std::string /* storage_partition_id */,
+ bool /* persist_storage */)
+
// Tells the guest to navigate to an entry |relative_index| away from the
// current navigation entry.
IPC_MESSAGE_ROUTED2(BrowserPluginHostMsg_Go,
« no previous file with comments | « content/browser/web_contents/web_contents_impl.cc ('k') | content/renderer/browser_plugin/browser_plugin.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698