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

Unified Diff: chrome/browser/ui/views/location_bar/location_bar_view.h

Issue 10533086: Action box menu (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Action box menu Created 8 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
Index: chrome/browser/ui/views/location_bar/location_bar_view.h
diff --git a/chrome/browser/ui/views/location_bar/location_bar_view.h b/chrome/browser/ui/views/location_bar/location_bar_view.h
index d045e53e64fff072f5686c2191fd47dc2a414918..06a0c914f48052c501b489cd14a13daa057f2267 100644
--- a/chrome/browser/ui/views/location_bar/location_bar_view.h
+++ b/chrome/browser/ui/views/location_bar/location_bar_view.h
@@ -150,7 +150,8 @@ class LocationBarView : public LocationBar,
APP_LAUNCHER
};
- LocationBarView(Profile* profile,
+ LocationBarView(Browser* browser,
+ Profile* profile,
CommandUpdater* command_updater,
ToolbarModel* model,
Delegate* delegate,
@@ -445,6 +446,9 @@ class LocationBarView : public LocationBar,
void CleanupFadeAnimation();
#endif
+ // Browser object associated with LocationBarView (could be NULL).
Peter Kasting 2012/07/21 01:55:13 Nit: Expand this comment slightly: // The Brows
yefimt 2012/07/23 23:47:52 Done.
+ Browser* browser_;
+
// The Autocomplete Edit field.
scoped_ptr<OmniboxView> location_entry_;

Powered by Google App Engine
This is Rietveld 408576698