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

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

Issue 2491403002: Add a feature flag for the security verbose (Closed)
Patch Set: Fix compile issues Created 4 years, 1 month 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 | « no previous file | 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 03fb8f5271b5873ec09b13c7eacb1cf63b7e1ad1..0a53eefd772537fd9a5560e4e99eb390f6e68d75 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
@@ -323,9 +323,13 @@ class LocationBarViewMac : public LocationBar,
// decoration.
bool should_show_nonsecure_verbose_;
- // True if the security state decoration should be animated for changes in
- // the security level.
- bool should_animate_security_verbose_;
+ // True if the security state decoration should be animated for the
+ // transition to the secure state.
+ bool should_animate_secure_verbose_;
+
+ // True if the security state decoration should be animated for the
+ // transition to the nonsecure state.
+ bool should_animate_nonsecure_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.
« no previous file with comments | « no previous file | 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