Index: ash/root_window_controller.cc |
diff --git a/ash/root_window_controller.cc b/ash/root_window_controller.cc |
index 8332a2ab6c6936563794b57c5de7eb4365a051bb..b4616a22c31ee94af26266adf77d76db17125554 100644 |
--- a/ash/root_window_controller.cc |
+++ b/ash/root_window_controller.cc |
@@ -535,7 +535,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; |