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

Unified Diff: chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.h

Issue 2336423002: [Material][Mac] Flag and clean for the Security State Decoration (Closed)
Patch Set: Fix for rsesek, hide EV cert along with secure 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/cocoa/location_bar/location_bar_view_mac.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.h
diff --git a/chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.h b/chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.h
index abc9def899651408ff832b89efb69dd161957fce..1300cc9bd0fefa087e483c08fd2c6d95ccf418bc 100644
--- a/chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.h
+++ b/chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.h
@@ -315,7 +315,17 @@ class LocationBarViewMac : public LocationBar,
// Indicates whether or not the location bar is currently visible.
bool location_bar_visible_;
- bool is_width_narrow_;
+ // True if the HTTPS (non EV cert) state should be displayed on the security
+ // state decoration.
+ bool should_show_secure_verbose_;
+
+ // True if the security state decoration should be animated for changes in
+ // the security level.
+ bool should_animate_security_verbose_;
+
+ // True if there's enough room for the omnibox to show the security verbose.
+ // If the verbose is displaying the EV cert, then this should always be true.
+ bool is_width_available_for_security_verbose_;
// The security level of the location bar icon.
security_state::SecurityStateModel::SecurityLevel security_level_;
« no previous file with comments | « chrome/browser/about_flags.cc ('k') | chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698