Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(609)

Unified Diff: content/public/browser/web_contents.h

Issue 9390015: Get rid of ShowPageInfo on WebContents and WebContentsDelegate. Chrome shouldn't have to go throu... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: fix gtk+mac Created 8 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698