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

Unified Diff: chrome/browser/ui/cocoa/location_bar/security_state_bubble_decoration.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
Index: chrome/browser/ui/cocoa/location_bar/security_state_bubble_decoration.h
diff --git a/chrome/browser/ui/cocoa/location_bar/security_state_bubble_decoration.h b/chrome/browser/ui/cocoa/location_bar/security_state_bubble_decoration.h
index ee79747dff83f61fe76213784b1150ceafca466e..c6831f442bd66a4513c5c811ab49ebdc1be3ec27 100644
--- a/chrome/browser/ui/cocoa/location_bar/security_state_bubble_decoration.h
+++ b/chrome/browser/ui/cocoa/location_bar/security_state_bubble_decoration.h
@@ -43,6 +43,9 @@ class SecurityStateBubbleDecoration : public BubbleDecoration,
void AnimateIn(bool image_fade = true);
void AnimateOut();
+ // Shows the chip without animation.
+ void ShowWithoutAnimation();
+
// Returns true if the chip has fully animated in.
bool HasAnimatedIn() const;

Powered by Google App Engine
This is Rietveld 408576698