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

Unified Diff: chrome/browser/ui/views/exclusive_access_bubble_views.h

Issue 1579813002: PoC: Using the toolkit-views fullscreen access bubble on Mac (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Refine Created 4 years, 11 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/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;

Powered by Google App Engine
This is Rietveld 408576698