| 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);
|
|
|
|
|