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

Unified Diff: components/mus/example/views_examples/views_examples_application_delegate.cc

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/example/views_examples/views_examples_application_delegate.cc
diff --git a/components/mus/example/views_examples/views_examples_application_delegate.cc b/components/mus/example/views_examples/views_examples_application_delegate.cc
index a1ac1f203d36c18e63b325fa20c39c2b45f607a6..176de7f6d3f128aa21375c37e7b0ce325b86cf8e 100644
--- a/components/mus/example/views_examples/views_examples_application_delegate.cc
+++ b/components/mus/example/views_examples/views_examples_application_delegate.cc
@@ -17,6 +17,7 @@ ViewsExamplesApplicationDelegate::~ViewsExamplesApplicationDelegate() {
}
void ViewsExamplesApplicationDelegate::Initialize(mojo::ApplicationImpl* app) {
+ tracing_.Initialize(app);
aura_init_.reset(new views::AuraInit(app, "views_mus_resources.pak"));
views::WindowManagerConnection::Create(app);
« no previous file with comments | « components/mus/example/views_examples/views_examples_application_delegate.h ('k') | components/mus/mus_app.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698