Index: chrome/browser/views/location_bar_view.h |
=================================================================== |
--- chrome/browser/views/location_bar_view.h (revision 43972) |
+++ chrome/browser/views/location_bar_view.h (working copy) |
@@ -37,7 +37,6 @@ |
#endif |
class Browser; |
-class BubblePositioner; |
class CommandUpdater; |
class ContentSettingImageModel; |
class ExtensionAction; |
@@ -82,8 +81,7 @@ |
CommandUpdater* command_updater, |
ToolbarModel* model, |
Delegate* delegate, |
- bool popup_window_mode, |
- const BubblePositioner* bubble_positioner); |
+ bool popup_window_mode); |
virtual ~LocationBarView(); |
void Init(); |
@@ -315,8 +313,7 @@ |
public: |
ContentSettingImageView(ContentSettingsType content_type, |
const LocationBarView* parent, |
- Profile* profile, |
- const BubblePositioner* bubble_positioner); |
+ Profile* profile); |
virtual ~ContentSettingImageView(); |
void set_profile(Profile* profile) { profile_ = profile; } |
@@ -344,10 +341,6 @@ |
// The currently shown info bubble if any. |
InfoBubble* info_bubble_; |
- // A positioner used to give the info bubble the correct target bounds. The |
- // caller maintains ownership of this and must ensure it's kept alive. |
- const BubblePositioner* bubble_positioner_; |
- |
DISALLOW_IMPLICIT_CONSTRUCTORS(ContentSettingImageView); |
}; |
typedef std::vector<ContentSettingImageView*> ContentSettingViews; |
@@ -588,9 +581,6 @@ |
// Used schedule a task for the first run info bubble. |
ScopedRunnableMethodFactory<LocationBarView> first_run_bubble_; |
- // The positioner that places the omnibox and info bubbles. |
- const BubblePositioner* bubble_positioner_; |
- |
// Storage of string needed for accessibility. |
std::wstring accessible_name_; |