| Index: ash/shell_context_menu.cc
|
| diff --git a/ash/shell_context_menu.cc b/ash/shell_context_menu.cc
|
| index 7cf6f860788ee9f6721b0f3b19053676a4be7d0f..e7041470b879197b5534055399a6a07ba2ca562f 100644
|
| --- a/ash/shell_context_menu.cc
|
| +++ b/ash/shell_context_menu.cc
|
| @@ -25,11 +25,6 @@ ShellContextMenu::~ShellContextMenu() {
|
|
|
| void ShellContextMenu::ShowMenu(views::Widget* widget,
|
| const gfx::Point& location) {
|
| - if (!internal::DisplayController::IsVirtualScreenCoordinatesEnabled()) {
|
| - Shell::GetInstance()->set_active_root_window(
|
| - widget->GetNativeView()->GetRootWindow());
|
| - }
|
| -
|
| ui::SimpleMenuModel menu_model(this);
|
| menu_model.AddItem(MENU_CHANGE_WALLPAPER,
|
| l10n_util::GetStringUTF16(IDS_AURA_SET_DESKTOP_WALLPAPER));
|
|
|