| Index: chrome/browser/ui/views/exclusive_access_bubble_views.h
|
| diff --git a/chrome/browser/ui/views/exclusive_access_bubble_views.h b/chrome/browser/ui/views/exclusive_access_bubble_views.h
|
| index b304f0e3ed3310924251b41d807846247e15922a..4a58ed05aa6d9a45ee47c5f07c8fad8cccc49ed3 100644
|
| --- a/chrome/browser/ui/views/exclusive_access_bubble_views.h
|
| +++ b/chrome/browser/ui/views/exclusive_access_bubble_views.h
|
| @@ -47,14 +47,6 @@ class ExclusiveAccessBubbleViews : public ExclusiveAccessBubble,
|
| private:
|
| class ExclusiveAccessView;
|
|
|
| - enum AnimatedAttribute {
|
| - ANIMATED_ATTRIBUTE_BOUNDS,
|
| - ANIMATED_ATTRIBUTE_OPACITY
|
| - };
|
| -
|
| - // Returns the expected animated attribute based on flags and bubble type.
|
| - AnimatedAttribute ExpectedAnimationAttribute();
|
| -
|
| // Starts or stops polling the mouse location based on |popup_| and
|
| // |bubble_type_|.
|
| void UpdateMouseWatcher();
|
| @@ -96,9 +88,6 @@ class ExclusiveAccessBubbleViews : public ExclusiveAccessBubble,
|
| // Animation controlling showing/hiding of the exit bubble.
|
| std::unique_ptr<gfx::SlideAnimation> animation_;
|
|
|
| - // Attribute animated by |animation_|.
|
| - AnimatedAttribute animated_attribute_;
|
| -
|
| // The contents of the popup.
|
| ExclusiveAccessView* view_;
|
|
|
|
|