Chromium Code Reviews| Index: ash/shell.cc |
| diff --git a/ash/shell.cc b/ash/shell.cc |
| index d246e6ce53d8ae98c3415b3037651b4bd1184d38..5e66a610bd67793af9263832626fbc74e9268a3c 100644 |
| --- a/ash/shell.cc |
| +++ b/ash/shell.cc |
| @@ -306,6 +306,9 @@ class DummySystemTrayDelegate : public SystemTrayDelegate { |
| return PowerSupplyStatus(); |
| } |
| + virtual void RequestStatusUpdate() const OVERRIDE { |
| + } |
| + |
| virtual void ShowSettings() OVERRIDE { |
| } |