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

Unified Diff: chrome/browser/cocoa/browser_window_controller.h

Issue 2998004: [Mac] Simplify getting page-action info-bubble point. (Closed) Base URL: git://codf21.jail/chromium.git
Patch Set: Created 10 years, 5 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 | chrome/browser/cocoa/browser_window_controller.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/cocoa/browser_window_controller.h
diff --git a/chrome/browser/cocoa/browser_window_controller.h b/chrome/browser/cocoa/browser_window_controller.h
index 5882363850040a9fcc809b0fa4b7b7c2c0e1caaf..dcb4b804637846badafbb474e015535c4675049d 100644
--- a/chrome/browser/cocoa/browser_window_controller.h
+++ b/chrome/browser/cocoa/browser_window_controller.h
@@ -35,7 +35,7 @@ class ConstrainedWindowMac;
@class GTMWindowSheetController;
@class IncognitoImageView;
@class InfoBarContainerController;
-class LocationBar;
+class LocationBarViewMac;
class StatusBubbleMac;
class TabContents;
@class TabStripController;
@@ -158,7 +158,7 @@ class TabStripModelObserverBridge;
- (StatusBubbleMac*)statusBubble;
// Access the C++ bridge object representing the location bar.
-- (LocationBar*)locationBarBridge;
+- (LocationBarViewMac*)locationBarBridge;
// Updates the toolbar (and transitively the location bar) with the states of
// the specified |tab|. If |shouldRestore| is true, we're switching
« no previous file with comments | « no previous file | chrome/browser/cocoa/browser_window_controller.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698