| Index: ash/shell/window_type_launcher.cc
|
| ===================================================================
|
| --- ash/shell/window_type_launcher.cc (revision 128508)
|
| +++ ash/shell/window_type_launcher.cc (working copy)
|
| @@ -4,6 +4,8 @@
|
|
|
| #include "ash/shell/window_type_launcher.h"
|
|
|
| +#include "ash/shell.h"
|
| +#include "ash/shell_delegate.h"
|
| #include "ash/shell_window_ids.h"
|
| #include "ash/shell/example_factory.h"
|
| #include "ash/shell/panel_window.h"
|
| @@ -323,7 +325,7 @@
|
| } else if (sender == bubble_button_) {
|
| CreatePointyBubble(sender);
|
| } else if (sender == lock_button_) {
|
| - CreateLockScreen();
|
| + Shell::GetInstance()->delegate()->LockScreen();
|
| } else if (sender == widgets_button_) {
|
| CreateWidgetsWindow();
|
| } else if (sender == system_modal_button_) {
|
|
|