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

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: cleanup 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 f2822d52af8464979c3498b30a0ca45a57a7826d..969dc32ae1bb5549feed40415f9c35a2ada87560 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