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

Unified Diff: mandoline/ui/omnibox/omnibox_impl.h

Issue 1135933003: Get the omnibox to show up again. Sky's changes from yesterday removed the window manager interface… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 5 years, 7 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
« no previous file with comments | « mandoline/ui/browser/view_embedder.mojom ('k') | mandoline/ui/omnibox/omnibox_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mandoline/ui/omnibox/omnibox_impl.h
diff --git a/mandoline/ui/omnibox/omnibox_impl.h b/mandoline/ui/omnibox/omnibox_impl.h
index 0d59c769ea9242ee382e8a3326f512ee7ad2d983..2c3e97ab7ef44dc633d34f68034f2dd236282971 100644
--- a/mandoline/ui/omnibox/omnibox_impl.h
+++ b/mandoline/ui/omnibox/omnibox_impl.h
@@ -7,6 +7,7 @@
#include "components/view_manager/public/cpp/view_manager_delegate.h"
#include "mandoline/ui/browser/omnibox.mojom.h"
+#include "mandoline/ui/browser/view_embedder.mojom.h"
#include "mojo/application/public/cpp/application_delegate.h"
#include "mojo/application/public/cpp/interface_factory.h"
#include "mojo/common/weak_binding_set.h"
@@ -68,6 +69,7 @@ class OmniboxImpl : public mojo::ApplicationDelegate,
views::Textfield* edit_;
mojo::WeakBindingSet<Omnibox> bindings_;
scoped_ptr<mojo::ViewManagerClientFactory> view_manager_client_factory_;
+ ViewEmbedderPtr view_embedder_;
DISALLOW_COPY_AND_ASSIGN(OmniboxImpl);
};
« no previous file with comments | « mandoline/ui/browser/view_embedder.mojom ('k') | mandoline/ui/omnibox/omnibox_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698