summaryrefslogtreecommitdiffstats
path: root/content/renderer/browser_plugin/browser_plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/renderer/browser_plugin/browser_plugin.h')
-rw-r--r--content/renderer/browser_plugin/browser_plugin.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/content/renderer/browser_plugin/browser_plugin.h b/content/renderer/browser_plugin/browser_plugin.h
index f1cebb7..b3e0f4b 100644
--- a/content/renderer/browser_plugin/browser_plugin.h
+++ b/content/renderer/browser_plugin/browser_plugin.h
@@ -240,6 +240,8 @@ class CONTENT_EXPORT BrowserPlugin :
// Virtual to allow for mocking in tests.
virtual float GetDeviceScaleFactor() const;
+ void ShowSadGraphic();
+
// Parses the attributes of the browser plugin from the element's attributes
// and sets them appropriately.
void ParseAttributes();
@@ -323,7 +325,7 @@ class CONTENT_EXPORT BrowserPlugin :
void OnCompositorFrameSwapped(const IPC::Message& message);
void OnGuestContentWindowReady(int instance_id,
int content_window_routing_id);
- void OnGuestGone(int instance_id, int process_id, int status);
+ void OnGuestGone(int instance_id);
void OnGuestResponsive(int instance_id, int process_id);
void OnGuestUnresponsive(int instance_id, int process_id);
// Requests permission from the embedder.