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

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

Issue 1539043002: Pull SecurityStateModel out into a component (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: unit test debugging Created 5 years 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 d1bc606d6db08824bd841414d09393b14c88ad4b..3cb3415a256b20519834f7f3a5ac4661f68b1710 100644
--- a/chrome/browser/ui/views/toolbar/toolbar_view.cc
+++ b/chrome/browser/ui/views/toolbar/toolbar_view.cc
@@ -397,7 +397,7 @@ ToolbarView::GetContentSettingBubbleModelDelegate() {
void ToolbarView::ShowWebsiteSettings(
content::WebContents* web_contents,
const GURL& url,
- const SecurityStateModel::SecurityInfo& security_info) {
+ const security_state::SecurityStateModel::SecurityInfo& security_info) {
chrome::ShowWebsiteSettings(browser_, web_contents, url, security_info);
}

Powered by Google App Engine
This is Rietveld 408576698