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

Unified Diff: components/toolbar/toolbar_model_impl.h

Issue 2119033002: [Material][Mac] Implement Omnibox Verbose State Chips (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix for rsesek Created 4 years, 4 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: components/toolbar/toolbar_model_impl.h
diff --git a/components/toolbar/toolbar_model_impl.h b/components/toolbar/toolbar_model_impl.h
index 6cc3914328463e29a407db9bc430cb03b4957b72..e7cb7442ae12401c18cf451d9f47c7b3c3a76e21 100644
--- a/components/toolbar/toolbar_model_impl.h
+++ b/components/toolbar/toolbar_model_impl.h
@@ -35,6 +35,7 @@ class ToolbarModelImpl : public ToolbarModel {
int GetIcon() const override;
gfx::VectorIconId GetVectorIcon() const override;
base::string16 GetEVCertName() const override;
+ base::string16 GetSecurityVerboseText() const override;
bool ShouldDisplayURL() const override;
ToolbarModelDelegate* delegate_;

Powered by Google App Engine
This is Rietveld 408576698