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

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

Issue 2448943002: Refactor SecurityStateModel/Clients for simplicity and reusability. (Closed)
Patch Set: Remove SecurityStateModel. Created 4 years, 1 month 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 99c769d022ab35071c8583cf55fda40863cfd2fc..a8cfa678f807f727d0358e4749a63c7820e48e3d 100644
--- a/chrome/browser/ui/views/toolbar/toolbar_view.cc
+++ b/chrome/browser/ui/views/toolbar/toolbar_view.cc
@@ -420,7 +420,7 @@ ToolbarView::GetContentSettingBubbleModelDelegate() {
void ToolbarView::ShowWebsiteSettings(
content::WebContents* web_contents,
const GURL& virtual_url,
- const security_state::SecurityStateModel::SecurityInfo& security_info) {
+ const security_state::SecurityInfo& security_info) {
chrome::ShowWebsiteSettings(browser_, web_contents, virtual_url,
security_info);
}

Powered by Google App Engine
This is Rietveld 408576698