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

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

Issue 2923383002: Update BrowserWindow::ShowPageInfo comment that has rotted (Closed)
Patch Set: Created 3 years, 6 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/browser_window.h
diff --git a/chrome/browser/ui/browser_window.h b/chrome/browser/ui/browser_window.h
index d01dd7e1c6b602ef166e52301fcd405236e534ac..ae556ea584145f8650e72c24100d9c3aa000e80d 100644
--- a/chrome/browser/ui/browser_window.h
+++ b/chrome/browser/ui/browser_window.h
@@ -304,10 +304,9 @@ class BrowserWindow : public ui::BaseWindow {
// that it's time to redraw everything.
virtual void UserChangedTheme() = 0;
- // Shows Page Info using the specified information. |virtual_url|
- // is the virtual url of the page/frame the info applies to, |ssl| is the SSL
- // information for that page/frame. If |show_history| is true, a section
- // showing how many times that URL has been visited is added to the page info.
+ // Shows Page Info using the specified information. |virtual_url| is the
+ // virtual url of the page/frame the info applies to, and |security_info|
+ // contains the security state for that page/frame.
virtual void ShowPageInfo(
Profile* profile,
content::WebContents* web_contents,
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698