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

Unified Diff: chrome/browser/ui/views/omnibox/omnibox_view_views.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/omnibox/omnibox_view_views.h
diff --git a/chrome/browser/ui/views/omnibox/omnibox_view_views.h b/chrome/browser/ui/views/omnibox/omnibox_view_views.h
index fa5ba4a9c47261594f30e894afdd37da312e9126..b7f37fd567c089612a2e29afc4107db9406335ee 100644
--- a/chrome/browser/ui/views/omnibox/omnibox_view_views.h
+++ b/chrome/browser/ui/views/omnibox/omnibox_view_views.h
@@ -61,7 +61,7 @@ class OmniboxViewViews
virtual ~OmniboxViewViews();
// Initialize, create the underlying views, etc;
- void Init();
+ void Init(views::View* popup_parent_view);
// Sets the colors of the text view according to the theme.
void SetBaseColor();

Powered by Google App Engine
This is Rietveld 408576698