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

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

Issue 2501753002: [Mac] Changes for the security chip (Closed)
Patch Set: 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 e6b65c586ca4488156b4a9e429bf01c2201f8232..14b3c7e9a848599869688c71132bdf217d54b7c5 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
@@ -254,6 +254,10 @@ class LocationBarViewMac : public LocationBar,
// Updates the security state bubble decoration.
void UpdateSecurityState(bool tab_changed);
+ // Returns true if the security state can animate for the |level|.
+ bool CanAnimateSecurityLevel(
+ security_state::SecurityStateModel::SecurityLevel level) const;
+
// Returns true if |level| is SECURE or EV_SECURE.
bool IsSecureConnection(
security_state::SecurityStateModel::SecurityLevel level) const;
« 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