| Index: ash/system/status_area_widget.cc
|
| diff --git a/ash/system/status_area_widget.cc b/ash/system/status_area_widget.cc
|
| index 4209f387ba12823a5bf77ef9cda35f4ffbe36259..3bced077edbe71ac9b802ee603b365bd4c18bbe8 100644
|
| --- a/ash/system/status_area_widget.cc
|
| +++ b/ash/system/status_area_widget.cc
|
| @@ -115,7 +115,9 @@ class DummySystemTrayDelegate : public SystemTrayDelegate {
|
| caps_lock_enabled_ = enabled;
|
| }
|
|
|
| - virtual void ShutDown() OVERRIDE {}
|
| + virtual void ShutDown() OVERRIDE {
|
| + MessageLoop::current()->Quit();
|
| + }
|
|
|
| virtual void SignOut() OVERRIDE {
|
| MessageLoop::current()->Quit();
|
|
|