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

Unified Diff: chrome/browser/ui/browser.h

Issue 9383005: Add method skeleton for showing website settings. Add commandline flag. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix copyright in file headers 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
diff --git a/chrome/browser/ui/browser.h b/chrome/browser/ui/browser.h
index 96bd1ee5611d13ad613a6ba9573e3553e6465957..e9dcd7712146a340596f753b2dfa0bcc20c6b893 100644
--- a/chrome/browser/ui/browser.h
+++ b/chrome/browser/ui/browser.h
@@ -563,7 +563,8 @@ class Browser : public TabHandlerDelegate,
void SavePage();
void ViewSelectedSource();
void ShowFindBar();
- void ShowPageInfo(const GURL& url,
+ void ShowPageInfo(content::WebContents* web_contents,
+ const GURL& url,
const content::SSLStatus& ssl,
bool show_history);

Powered by Google App Engine
This is Rietveld 408576698