Index: chrome/browser/cocoa/toolbar_controller.h |
=================================================================== |
--- chrome/browser/cocoa/toolbar_controller.h (revision 43969) |
+++ chrome/browser/cocoa/toolbar_controller.h (working copy) |
@@ -1,4 +1,4 @@ |
-// Copyright (c) 2009 The Chromium Authors. All rights reserved. |
+// Copyright (c) 2010 The Chromium Authors. All rights reserved. |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
@@ -22,7 +22,6 @@ |
@class BackForwardMenuController; |
class Browser; |
@class BrowserActionsController; |
-class BubblePositioner; |
class CommandUpdater; |
@class DelayedMenuButton; |
class LocationBar; |
@@ -70,8 +69,6 @@ |
// Used for monitoring the optional toolbar button prefs. |
scoped_ptr<ToolbarControllerInternal::PrefObserverBridge> prefObserver_; |
- // Used to position the omnibox bubble. |
- scoped_ptr<BubblePositioner> bubblePositioner_; |
BooleanPrefMember showHomeButton_; |
BooleanPrefMember showPageOptionButtons_; |
BOOL hasToolbar_; // If NO, we may have only the location bar. |
@@ -171,7 +168,6 @@ |
- (NSArray*)toolbarViews; |
- (void)showOptionalHomeButton; |
- (void)showOptionalPageWrenchButtons; |
-- (gfx::Rect)locationStackBounds; |
// Return a hover button for the current event. |
- (NSButton*)hoverButtonForEvent:(NSEvent*)theEvent; |
@end |