| 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;
|
|
|
|
|