| Index: chrome/browser/chrome_browser_main_extra_parts_ash.cc
|
| diff --git a/chrome/browser/chrome_browser_main_extra_parts_ash.cc b/chrome/browser/chrome_browser_main_extra_parts_ash.cc
|
| index a353a6f3be35cfde45a560005cbc9c6e60eed35e..4dfeb85cd843fc71091b4c54a1339810ddc4f356 100644
|
| --- a/chrome/browser/chrome_browser_main_extra_parts_ash.cc
|
| +++ b/chrome/browser/chrome_browser_main_extra_parts_ash.cc
|
| @@ -88,8 +88,8 @@ void ChromeBrowserMainExtraPartsAsh::PreProfileInit() {
|
| #endif
|
| gesture_handler_.reset(new UserGestureHandler);
|
| aura::client::SetUserGestureClient(
|
| - ash::Shell::GetRootWindow(), gesture_handler_.get());
|
| - ash::Shell::GetRootWindow()->ShowRootWindow();
|
| + ash::Shell::GetPrimaryRootWindow(), gesture_handler_.get());
|
| + ash::Shell::GetPrimaryRootWindow()->ShowRootWindow();
|
| }
|
|
|
| void ChromeBrowserMainExtraPartsAsh::PostProfileInit() {
|
|
|