Chromium Code Reviews| 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_; |