| 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 0dd8c2fdbc491c80d8eb538e8dee9e3fc42ac8f7..08ef04c5c4750e165d212f44a8c8f82cbece4baa 100644 | 
| --- a/content/renderer/browser_plugin/browser_plugin.h | 
| +++ b/content/renderer/browser_plugin/browser_plugin.h | 
| @@ -189,8 +189,6 @@ class CONTENT_EXPORT BrowserPlugin : | 
| // Please keep in alphabetical order. | 
| void OnAdvanceFocus(int instance_id, bool reverse); | 
| void OnAttachACK(int browser_plugin_instance_id); | 
| -  void OnBuffersSwapped(int instance_id, | 
| -                        const FrameMsg_BuffersSwapped_Params& params); | 
| void OnCompositorFrameSwapped(const IPC::Message& message); | 
| void OnCopyFromCompositingSurface(int instance_id, | 
| int request_id, | 
|  |