| Index: content/browser/web_contents/web_contents_impl.h
|
| diff --git a/content/browser/web_contents/web_contents_impl.h b/content/browser/web_contents/web_contents_impl.h
|
| index d275e5c9690d8f09ae06a63b9534c7a293c3a691..06882f99ac33da585a9e6bad91880d3cabdce483 100644
|
| --- a/content/browser/web_contents/web_contents_impl.h
|
| +++ b/content/browser/web_contents/web_contents_impl.h
|
| @@ -150,10 +150,6 @@ class CONTENT_EXPORT WebContentsImpl
|
| // an embedder.
|
| BrowserPluginEmbedder* GetBrowserPluginEmbedder() const;
|
|
|
| - // Returns the BrowserPluginGuestManager object, or NULL if this web contents
|
| - // does not have a BrowserPluginGuestManager.
|
| - BrowserPluginGuestManager* GetBrowserPluginGuestManager() const;
|
| -
|
| // Gets the current fullscreen render widget's routing ID. Returns
|
| // MSG_ROUTING_NONE when there is no fullscreen render widget.
|
| int GetFullscreenWidgetRoutingID() const;
|
|
|