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

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

Issue 10580039: Adds ability to render omnibox as a view above the page. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix windows Created 8 years, 6 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 9cd3f2ec924b5935918aec97bcfb78b3010d797a..1f25de48eb7be5782a1bfb92495941bc60f5e084 100644
--- a/chrome/browser/ui/views/location_bar/location_bar_view.h
+++ b/chrome/browser/ui/views/location_bar/location_bar_view.h
@@ -142,7 +142,9 @@ class LocationBarView : public LocationBar,
virtual ~LocationBarView();
- void Init();
+ // Initializes the LocationBarView. See ToolbarView::Init() for a description
+ // of |popup_parent_view|.
+ void Init(views::View* popup_parent_view);
// True if this instance has been initialized by calling Init, which can only
// be called when the receiving instance is attached to a view container.

Powered by Google App Engine
This is Rietveld 408576698