| Index: mash/wm/window_manager_application.cc
|
| diff --git a/mash/wm/window_manager_application.cc b/mash/wm/window_manager_application.cc
|
| index 0650c44acd5ef874f23c615162f7574520882f2c..f02f6139d8edea010e6339aa2046305fe38c5764 100644
|
| --- a/mash/wm/window_manager_application.cc
|
| +++ b/mash/wm/window_manager_application.cc
|
| @@ -105,7 +105,8 @@ void WindowManagerApplication::OnAcceleratorRegistrarDestroyed(
|
|
|
| void WindowManagerApplication::Initialize(mojo::Shell* shell,
|
| const std::string& url,
|
| - uint32_t id) {
|
| + uint32_t id,
|
| + uint32_t user_id) {
|
| shell_ = shell;
|
| tracing_.Initialize(shell, url);
|
|
|
|
|