| Index: ash/wm/lock_state_controller.cc
|
| diff --git a/ash/wm/lock_state_controller.cc b/ash/wm/lock_state_controller.cc
|
| index 54198ba35ac837d7fdb3c317a27998b2c23219b1..31031c1b461b6eab331be4b54a2dee373eb80cb5 100644
|
| --- a/ash/wm/lock_state_controller.cc
|
| +++ b/ash/wm/lock_state_controller.cc
|
| @@ -36,7 +36,9 @@ namespace ash {
|
|
|
| namespace {
|
|
|
| +#if defined(OS_CHROMEOS)
|
| const int kMaxShutdownSoundDurationMs = 1500;
|
| +#endif
|
|
|
| aura::Window* GetBackground() {
|
| aura::Window* root_window = Shell::GetPrimaryRootWindow();
|
|
|