| 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..a54b15b659394a353c6259099724ece963d499b4 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
|
|
|