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

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

Issue 2351003003: [omnibox] Support new flags for security chip (Closed)
Patch Set: Simplify class field definitions 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
« no previous file with comments | « chrome/browser/about_flags.cc ('k') | chrome/browser/ui/views/location_bar/location_bar_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..dc24665dc2823a10f6935b0c49ed17200f30b6b8 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,10 @@ class LocationBarView : public LocationBar,
// during the last RefreshPageAction.
bool web_contents_null_at_last_refresh_;
+ // These allow toggling the verbose security state behavior via flags.
+ bool should_show_secure_state_;
+ bool should_animate_secure_state_;
+
DISALLOW_COPY_AND_ASSIGN(LocationBarView);
};
« no previous file with comments | « chrome/browser/about_flags.cc ('k') | chrome/browser/ui/views/location_bar/location_bar_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698