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

Unified Diff: chrome/browser/ui/views/location_bar/location_bar_view.h

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/location_bar/location_bar_view.h
diff --git a/chrome/browser/ui/views/location_bar/location_bar_view.h b/chrome/browser/ui/views/location_bar/location_bar_view.h
index 70d593888d625e780404aa1ea27849b7a89d14ea..a90ef884747cdce62f2ac9c6b7c8ba6257c55270 100644
--- a/chrome/browser/ui/views/location_bar/location_bar_view.h
+++ b/chrome/browser/ui/views/location_bar/location_bar_view.h
@@ -91,10 +91,7 @@ class LocationBarView : public LocationBar,
GetContentSettingBubbleModelDelegate() = 0;
// Shows permissions and settings for the given web contents.
- virtual void ShowWebsiteSettings(
- content::WebContents* web_contents,
- const GURL& virtual_url,
- const security_state::SecurityInfo& security_info) = 0;
+ virtual void ShowWebsiteSettings(content::WebContents* web_contents) = 0;
protected:
virtual ~Delegate() {}

Powered by Google App Engine
This is Rietveld 408576698