| Index: ash/system/status_area_widget.cc
|
| diff --git a/ash/system/status_area_widget.cc b/ash/system/status_area_widget.cc
|
| index ca2a88ddb69109e318ee7b680e04896c348bec2b..74449b5afd40a024baffc21347e5d0b1861451a5 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();
|
|
|