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

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

Issue 2351003003: [omnibox] Support new flags for security chip (Closed)
Patch Set: Created 4 years, 3 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 49fc5998006d3e58ee6a19145696b347116e1172..652c592c647562c67558b74930f12e737bf7c678 100644
--- a/chrome/browser/ui/views/location_bar/location_bar_view.h
+++ b/chrome/browser/ui/views/location_bar/location_bar_view.h
@@ -481,6 +481,12 @@ class LocationBarView : public LocationBar,
// during the last RefreshPageAction.
bool web_contents_null_at_last_refresh_;
+ // From command line flag, should we show the state verbosely?
+ bool should_show_secure_state_;
+
+ // From command line flag, should we animate in the state?
+ bool should_animate_secure_state_;
Peter Kasting 2016/09/20 20:52:09 Nit: I'd just put these two together with a block
Kevin Bailey 2016/09/21 04:05:01 Done.
+
DISALLOW_COPY_AND_ASSIGN(LocationBarView);
};

Powered by Google App Engine
This is Rietveld 408576698