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

Unified Diff: chrome/browser/ui/views/website_settings/permissions_bubble_view_views.cc

Issue 2065983003: Permissions bubble is no longer anchored to the fullscreen bubble. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/website_settings/permissions_bubble_view_views.cc
diff --git a/chrome/browser/ui/views/website_settings/permissions_bubble_view_views.cc b/chrome/browser/ui/views/website_settings/permissions_bubble_view_views.cc
index 3ff9bedb906cd7fa07e2fa0d45b4caadfcf68ff0..3ad8efeae462e7c2b656ef8bdc70823f502c1b55 100644
--- a/chrome/browser/ui/views/website_settings/permissions_bubble_view_views.cc
+++ b/chrome/browser/ui/views/website_settings/permissions_bubble_view_views.cc
@@ -23,9 +23,6 @@ views::View* PermissionBubbleViewViews::GetAnchorView() {
if (browser_->SupportsWindowFeature(Browser::FEATURE_LOCATIONBAR))
return browser_view->GetLocationBarView()->location_icon_view();
- if (browser_view->IsFullscreenBubbleVisible())
- return browser_view->exclusive_access_bubble()->GetView();
-
return browser_view->top_container();
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698