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

Unified Diff: components/mus/mus_app.h

Issue 1459453003: mandoline: write this after lunch. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add TracingImpls to mus and mash, fix naming. Created 5 years, 1 month 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: components/mus/mus_app.h
diff --git a/components/mus/mus_app.h b/components/mus/mus_app.h
index 069e66536f284f6d4fb01e0f2958b7be5e06f343..fab2e927e2b92bdc30fb987a1a0657a6fd539ad2 100644
--- a/components/mus/mus_app.h
+++ b/components/mus/mus_app.h
@@ -91,6 +91,7 @@ class MandolineUIServicesApp
scoped_ptr<ws::ConnectionManager> connection_manager_;
scoped_refptr<GpuState> gpu_state_;
scoped_ptr<ui::PlatformEventSource> event_source_;
+ mojo::TracingImpl tracing_;
using WindowManagerRequests =
std::vector<scoped_ptr<mojo::InterfaceRequest<mojom::WindowManager>>>;
WindowManagerRequests pending_window_manager_requests_;
« no previous file with comments | « components/mus/example/views_examples/views_examples_application_delegate.cc ('k') | components/mus/mus_app.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698