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

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

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.h
diff --git a/chrome/browser/ui/views/toolbar/toolbar_view.h b/chrome/browser/ui/views/toolbar/toolbar_view.h
index f3d67de07dc16689f77765ef823078a3c0a2ef2c..3bf9319c81e6b62ff62852541323b1c285929b70 100644
--- a/chrome/browser/ui/views/toolbar/toolbar_view.h
+++ b/chrome/browser/ui/views/toolbar/toolbar_view.h
@@ -120,7 +120,8 @@ class ToolbarView : public views::AccessiblePaneView,
void ShowWebsiteSettings(
content::WebContents* web_contents,
const GURL& url,
- const SecurityStateModel::SecurityInfo& security_info) override;
+ const security_state::SecurityStateModel::SecurityInfo& security_info)
+ override;
// CommandObserver:
void EnabledStateChangedForCommand(int id, bool enabled) override;

Powered by Google App Engine
This is Rietveld 408576698