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

Unified Diff: chrome/browser/ui/browser.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: chrome/browser/ui/browser.h
===================================================================
--- chrome/browser/ui/browser.h (revision 121706)
+++ chrome/browser/ui/browser.h (working copy)
@@ -555,6 +555,9 @@
void SavePage();
void ViewSelectedSource();
void ShowFindBar();
+ void ShowPageInfo(const GURL& url,
+ const content::SSLStatus& ssl,
+ bool show_history);
// Returns true if the Browser supports the specified feature. The value of
// this varies during the lifetime of the browser. For example, if the window
@@ -964,10 +967,6 @@
virtual int GetExtraRenderViewHeight() const OVERRIDE;
virtual void OnStartDownload(content::WebContents* source,
content::DownloadItem* download) OVERRIDE;
- virtual void ShowPageInfo(content::BrowserContext* browser_context,
- const GURL& url,
- const content::SSLStatus& ssl,
- bool show_history) OVERRIDE;
virtual void ViewSourceForTab(content::WebContents* source,
const GURL& page_url) OVERRIDE;
virtual void ViewSourceForFrame(

Powered by Google App Engine
This is Rietveld 408576698