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

Unified Diff: services/navigation/content_client/browser_main_parts.h

Issue 2026623002: views/mus: Have explicit ownership of views::WindowManagerConnection. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: tot-merge Created 4 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
« no previous file with comments | « mash/webtest/webtest.cc ('k') | services/navigation/content_client/browser_main_parts.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/navigation/content_client/browser_main_parts.h
diff --git a/services/navigation/content_client/browser_main_parts.h b/services/navigation/content_client/browser_main_parts.h
index a5f69adc6da11e61aa4e3cf09e468ff7029a62c1..d53f313966e99d30971c1ab83722384a7c7f4c58 100644
--- a/services/navigation/content_client/browser_main_parts.h
+++ b/services/navigation/content_client/browser_main_parts.h
@@ -21,6 +21,7 @@ class NetLog;
namespace views {
class ViewsDelegate;
+class WindowManagerConnection;
}
namespace navigation {
@@ -48,6 +49,7 @@ class BrowserMainParts : public content::BrowserMainParts {
std::unique_ptr<net::NetLog> net_log_;
std::unique_ptr<content::ShellBrowserContext> browser_context_;
std::unique_ptr<views::ViewsDelegate> views_delegate_;
+ std::unique_ptr<views::WindowManagerConnection> window_manager_connection_;
Navigation* navigation_ = nullptr;
« no previous file with comments | « mash/webtest/webtest.cc ('k') | services/navigation/content_client/browser_main_parts.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698