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

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

Issue 2115433002: Ensure permission bubble is stacked below the exclusive access bubble. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@permission-bubble-detach-from-fullscreen
Patch Set: Fix Mac compile. Created 4 years, 6 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 46d06a732e3189b37655020d2993aeeb539ad6df..b3a3207a707c413f43729cb99107a266517f666c 100644
--- a/chrome/browser/ui/views/exclusive_access_bubble_views.h
+++ b/chrome/browser/ui/views/exclusive_access_bubble_views.h
@@ -47,6 +47,7 @@ class ExclusiveAccessBubbleViews : public ExclusiveAccessBubble,
void RepositionIfVisible();
views::View* GetView();
+ views::Widget* GetWidget() { return popup_; }
private:
// Starts or stops polling the mouse location based on |popup_| and

Powered by Google App Engine
This is Rietveld 408576698