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

Unified Diff: mandoline/ui/browser/desktop/desktop_ui.h

Issue 1254383016: ApplicationConnection lifetime management changes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 5 years, 4 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/browser_apptest.cc ('k') | mandoline/ui/browser/desktop/desktop_ui.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mandoline/ui/browser/desktop/desktop_ui.h
diff --git a/mandoline/ui/browser/desktop/desktop_ui.h b/mandoline/ui/browser/desktop/desktop_ui.h
index 90ed638009f62a8fcce9a495931e88b841ee5c43..6f5ce3f7fe1dd72bf16564161abcd372ffc63f12 100644
--- a/mandoline/ui/browser/desktop/desktop_ui.h
+++ b/mandoline/ui/browser/desktop/desktop_ui.h
@@ -11,6 +11,7 @@
#include "ui/views/layout/layout_manager.h"
namespace mojo {
+class ApplicationConnection;
class Shell;
class View;
}
@@ -53,6 +54,7 @@ class DesktopUI : public BrowserUI,
mojo::View* content_;
OmniboxPtr omnibox_;
mojo::Binding<OmniboxClient> client_binding_;
+ scoped_ptr<mojo::ApplicationConnection> omnibox_connection_;
DISALLOW_COPY_AND_ASSIGN(DesktopUI);
};
« no previous file with comments | « mandoline/ui/browser/browser_apptest.cc ('k') | mandoline/ui/browser/desktop/desktop_ui.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698