Chromium Code Reviews| Index: ash/common/test/test_system_tray_delegate.h |
| diff --git a/ash/common/test/test_system_tray_delegate.h b/ash/common/test/test_system_tray_delegate.h |
| index 0e86de12d3d8a0c897b1efc831c65725c4538ede..ffbd94fa8f3df79300fd63fe18bb3d5f1e308689 100644 |
| --- a/ash/common/test/test_system_tray_delegate.h |
| +++ b/ash/common/test/test_system_tray_delegate.h |
| @@ -18,11 +18,6 @@ class TestSystemTrayDelegate : public DefaultSystemTrayDelegate { |
| TestSystemTrayDelegate(); |
| ~TestSystemTrayDelegate() override; |
| - // Sets whether a system update is required. Defaults to false. Static so |
| - // tests can set the value before the system tray is constructed. Reset in |
| - // AshTestHelper::TearDown. |
| - static void SetSystemUpdateRequired(bool required); |
|
James Cook
2016/11/21 23:27:26
Hooray for getting rid of this!
|
| - |
| // Changes the current login status in the test. This also invokes |
| // UpdateAfterLoginStatusChange(). Usually this is called in the test code to |
| // set up a login status. This will fit to most of the test cases, but this |