| 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 ce614a8f38c967ab40b519a0effe20edf810d12e..3268cb9796ba47319276045cc7187722e22ba5ba 100644
|
| --- a/chrome/browser/ui/views/exclusive_access_bubble_views.h
|
| +++ b/chrome/browser/ui/views/exclusive_access_bubble_views.h
|
| @@ -51,6 +51,9 @@ class ExclusiveAccessBubbleViews : public ExclusiveAccessBubble,
|
| 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();
|
|
|