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

Unified Diff: content/common/browser_plugin_messages.h

Issue 11048023: Browser Plugin: Implement terminate() (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merged with ToT Created 8 years, 2 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 563684b4b10e63ed842fbd17dfc4ae0364ce6d7f..964dc016180f556d1c49aa35cc80bb5265b88151 100644
--- a/content/common/browser_plugin_messages.h
+++ b/content/common/browser_plugin_messages.h
@@ -36,6 +36,11 @@ IPC_MESSAGE_ROUTED3(BrowserPluginHostMsg_CreateGuest,
std::string /* storage_partition_id */,
bool /* persist_storage */)
+// Tells the browser process to terminate the guest associated with the
+// browser plugin associated with the provided |instance_id|.
+IPC_MESSAGE_ROUTED1(BrowserPluginHostMsg_TerminateGuest,
+ int /* instance_id */)
+
// 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/browser_plugin/browser_plugin_host_browsertest.cc ('k') | content/renderer/browser_plugin/browser_plugin.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698