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

Unified Diff: mash/task_viewer/task_viewer.h

Issue 2026623002: views/mus: Have explicit ownership of views::WindowManagerConnection. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
Index: mash/task_viewer/task_viewer.h
diff --git a/mash/task_viewer/task_viewer.h b/mash/task_viewer/task_viewer.h
index 372c29398efe18d625a7ef10f954de0fb51668a3..929453320c92d52571a721ba806734064e933e6f 100644
--- a/mash/task_viewer/task_viewer.h
+++ b/mash/task_viewer/task_viewer.h
@@ -18,6 +18,7 @@
namespace views {
class AuraInit;
class Widget;
+class WindowManagerConnection;
}
namespace mash {
@@ -52,6 +53,7 @@ class TaskViewer : public shell::ShellClient,
mojo::TracingImpl tracing_;
std::unique_ptr<views::AuraInit> aura_init_;
+ std::unique_ptr<views::WindowManagerConnection> views_mus_;
DISALLOW_COPY_AND_ASSIGN(TaskViewer);
};

Powered by Google App Engine
This is Rietveld 408576698