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

Unified Diff: components/mus/example/mock_sysui/mock_sysui.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
« no previous file with comments | « components/mus/example/mock_sysui/mock_sysui.h ('k') | components/mus/example/views_examples/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/example/mock_sysui/mock_sysui.cc
diff --git a/components/mus/example/mock_sysui/mock_sysui.cc b/components/mus/example/mock_sysui/mock_sysui.cc
index 5d80457c2cefe2f01309e5d48513c5e2221ea8c5..6a0a67f95e0e2fa13d91df3dddd6f2a08f6f98ae 100644
--- a/components/mus/example/mock_sysui/mock_sysui.cc
+++ b/components/mus/example/mock_sysui/mock_sysui.cc
@@ -95,6 +95,8 @@ MockSysUI::~MockSysUI() {
}
void MockSysUI::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/mock_sysui/mock_sysui.h ('k') | components/mus/example/views_examples/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698