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

Unified Diff: chrome/browser/ui/views/toolbar/toolbar_view.cc

Issue 2660293002: Show Page Info from Form-Not-Secure 'Learn more' link (Closed)
Patch Set: Created 3 years, 11 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/views/toolbar/toolbar_view.cc
diff --git a/chrome/browser/ui/views/toolbar/toolbar_view.cc b/chrome/browser/ui/views/toolbar/toolbar_view.cc
index 49f44a623654cbc90f5e35a5aa039f6450020725..27f632ddb588aed18746461b77b9b86ea9c1b2a0 100644
--- a/chrome/browser/ui/views/toolbar/toolbar_view.cc
+++ b/chrome/browser/ui/views/toolbar/toolbar_view.cc
@@ -422,12 +422,8 @@ ToolbarView::GetContentSettingBubbleModelDelegate() {
return browser_->content_setting_bubble_model_delegate();
}
-void ToolbarView::ShowWebsiteSettings(
- content::WebContents* web_contents,
- const GURL& virtual_url,
- const security_state::SecurityInfo& security_info) {
- chrome::ShowWebsiteSettings(browser_, web_contents, virtual_url,
- security_info);
+void ToolbarView::ShowWebsiteSettings(content::WebContents* web_contents) {
+ chrome::ShowWebsiteSettings(browser_, web_contents);
}
PageActionImageView* ToolbarView::CreatePageActionImageView(

Powered by Google App Engine
This is Rietveld 408576698