| 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..d02a937b74f0e71b6183bc0e62959b48935f5f9d 100644
|
| --- a/chrome/browser/ui/views/exclusive_access_bubble_views.h
|
| +++ b/chrome/browser/ui/views/exclusive_access_bubble_views.h
|
| @@ -62,9 +62,6 @@ class ExclusiveAccessBubbleViews : public ExclusiveAccessBubble,
|
| // Updates |popup|'s bounds given |animation_| and |animated_attribute_|.
|
| void UpdateBounds();
|
|
|
| - // Returns the root view containing |browser_view_|.
|
| - views::View* GetBrowserRootView() const;
|
| -
|
| // ExclusiveAccessBubble overrides:
|
| void AnimationProgressed(const gfx::Animation* animation) override;
|
| void AnimationEnded(const gfx::Animation* animation) override;
|
|
|