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

Unified Diff: chrome/browser/ui/views/frame/browser_view.h

Issue 962453002: Update permission bubble anchor when omnibar is hidden (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add comment Created 5 years, 9 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/frame/browser_view.h
diff --git a/chrome/browser/ui/views/frame/browser_view.h b/chrome/browser/ui/views/frame/browser_view.h
index de510a099ca0bd10afb2b5b611aa692095c2fc76..eea2b4858e170bbafe8a0ad76352568f3a3ca52b 100644
--- a/chrome/browser/ui/views/frame/browser_view.h
+++ b/chrome/browser/ui/views/frame/browser_view.h
@@ -124,11 +124,6 @@ class BrowserView : public BrowserWindow,
// to change some of the bubble's creation parameters.
void InitStatusBubble();
- // Initializes the permission bubble view. This class is intended to be
- // created once and then re-used for the life of the browser window. The
- // bubbles it creates will be associated with a single visible tab.
- void InitPermissionBubbleView();
-
// Returns the apparent bounds of the toolbar, in BrowserView coordinates.
// These differ from |toolbar_.bounds()| in that they match where the toolbar
// background image is drawn -- slightly outside the "true" bounds
@@ -664,7 +659,7 @@ class BrowserView : public BrowserWindow,
// The permission bubble view is the toolkit-specific implementation of the
// interface used by the manager to display permissions bubbles.
- scoped_ptr<PermissionBubbleViewViews> permission_bubble_view_;
+ scoped_ptr<PermissionBubbleViewViews> permission_bubble_;
// A mapping between accelerators and commands.
std::map<ui::Accelerator, int> accelerator_table_;
« no previous file with comments | « chrome/browser/ui/views/exclusive_access_bubble_views.cc ('k') | chrome/browser/ui/views/frame/browser_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698