| 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 5844a02d84d2dfe852022ca008723d1eba04fd72..0dd8c2fdbc491c80d8eb538e8dee9e3fc42ac8f7 100644
 | 
| --- a/content/renderer/browser_plugin/browser_plugin.h
 | 
| +++ b/content/renderer/browser_plugin/browser_plugin.h
 | 
| @@ -63,9 +63,6 @@ class CONTENT_EXPORT BrowserPlugin :
 | 
|    // BrowserPlugin accordingly.
 | 
|    void ParseAllowTransparencyAttribute();
 | 
|  
 | 
| -  // Get the guest's DOMWindow proxy.
 | 
| -  NPObject* GetContentWindow() const;
 | 
| -
 | 
|    // Returns whether the guest process has crashed.
 | 
|    bool guest_crashed() const { return guest_crashed_; }
 | 
|  
 | 
| @@ -199,8 +196,6 @@ class CONTENT_EXPORT BrowserPlugin :
 | 
|                                      int request_id,
 | 
|                                      gfx::Rect source_rect,
 | 
|                                      gfx::Size dest_size);
 | 
| -  void OnGuestContentWindowReady(int instance_id,
 | 
| -                                 int content_window_routing_id);
 | 
|    void OnGuestGone(int instance_id);
 | 
|    void OnSetCursor(int instance_id, const WebCursor& cursor);
 | 
|    void OnSetMouseLock(int instance_id, bool enable);
 | 
| 
 |