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 5ead4df3e7a86bdbdc1eeb246b607a12082f439e..105e289c446eacc5f0421f8a3de4208fddeb3e06 100644 |
--- a/content/renderer/browser_plugin/browser_plugin.h |
+++ b/content/renderer/browser_plugin/browser_plugin.h |
@@ -36,7 +36,7 @@ class CONTENT_EXPORT BrowserPlugin : |
// Called only by tests to clean up before we blow away the MockRenderProcess. |
void Cleanup(); |
- virtual bool OnMessageReceived(const IPC::Message& msg); |
+ bool OnMessageReceived(const IPC::Message& msg); |
// Update Browser Plugin's DOM Node attribute |attribute_name| with the value |
// |attribute_value|. |
@@ -264,7 +264,6 @@ class CONTENT_EXPORT BrowserPlugin : |
void OnSetCursor(int instance_id, const WebCursor& cursor); |
void OnShouldAcceptTouchEvents(int instance_id, bool accept); |
void OnUpdateRect(int instance_id, |
- int message_id, |
const BrowserPluginMsg_UpdateRect_Params& params); |
int instance_id_; |