| Index: ash/root_window_controller.cc
|
| diff --git a/ash/root_window_controller.cc b/ash/root_window_controller.cc
|
| index ac607c5f0bbd151615db06d51ac15abcab4aecb5..38d6d992536e73d5e07d869f8acfc2b7845c14d2 100644
|
| --- a/ash/root_window_controller.cc
|
| +++ b/ash/root_window_controller.cc
|
| @@ -541,7 +541,9 @@ void RootWindowController::ShowContextMenu(const gfx::Point& location_in_screen,
|
| ui::MenuSourceType source_type) {
|
| DCHECK(Shell::GetInstance()->delegate());
|
| scoped_ptr<ui::MenuModel> menu_model(
|
| - Shell::GetInstance()->delegate()->CreateContextMenu(root_window()));
|
| + Shell::GetInstance()->delegate()->CreateContextMenu(root_window(),
|
| + NULL,
|
| + NULL));
|
| if (!menu_model)
|
| return;
|
|
|
|
|