| Index: content/public/browser/web_contents.h
|
| ===================================================================
|
| --- content/public/browser/web_contents.h (revision 121706)
|
| +++ content/public/browser/web_contents.h (working copy)
|
| @@ -44,7 +44,6 @@
|
| class WebContentsDelegate;
|
| struct RendererPreferences;
|
| class SiteInstance;
|
| -struct SSLStatus;
|
| // TODO(jam): of course we will have to rename WebContentsView etc to use
|
| // WebContents.
|
| class WebContentsView;
|
| @@ -217,11 +216,6 @@
|
| // heap-allocated pointer is owned by the caller.
|
| virtual WebContents* Clone() = 0;
|
|
|
| - // Shows the page info.
|
| - virtual void ShowPageInfo(const GURL& url,
|
| - const SSLStatus& ssl,
|
| - bool show_history) = 0;
|
| -
|
| // Window management ---------------------------------------------------------
|
|
|
| // Adds a new tab or window with the given already-created contents.
|
|
|