Index: content/renderer/browser_plugin/browser_plugin.h |
diff --git a/content/renderer/browser_plugin/browser_plugin.h b/content/renderer/browser_plugin/browser_plugin.h |
index 2d3d45116a5eb54545a6d05aa8dc90ad9f738441..5dd9b9ab57039a009d68b88a2ec8a660d012d9d5 100644 |
--- a/content/renderer/browser_plugin/browser_plugin.h |
+++ b/content/renderer/browser_plugin/browser_plugin.h |
@@ -80,6 +80,8 @@ class CONTENT_EXPORT BrowserPlugin : |
// Tells the BrowserPlugin to tell the guest to navigate to a position |
// relative to the current index in its navigation history. |
void Go(int relativeIndex); |
+ // Tells the BrowserPlugin to terminate the guest process. |
+ void TerminateGuest(); |
// A request from Javascript has been made to stop the loading of the page. |
void Stop(); |