Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(831)

Unified Diff: ash/test/ash_test_helper.cc

Issue 2060003002: ash: Add a unit test for the system update tray item (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@movetraydelegate
Patch Set: rebase Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ash/system/tray_update_unittest.cc ('k') | ash/test/test_system_tray_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/test/ash_test_helper.cc
diff --git a/ash/test/ash_test_helper.cc b/ash/test/ash_test_helper.cc
index 4f9c78bd4b04bd45e6102af6290a7371ea1b82bd..23eb96fcf993c05dfe0391c1896e843da42422ca 100644
--- a/ash/test/ash_test_helper.cc
+++ b/ash/test/ash_test_helper.cc
@@ -176,6 +176,7 @@ void AshTestHelper::TearDown() {
// Need to reset the initial login status.
TestSystemTrayDelegate::SetInitialLoginStatus(LoginStatus::USER);
+ TestSystemTrayDelegate::SetSystemUpdateRequired(false);
ui::ShutdownInputMethodForTesting();
zero_duration_mode_.reset();
« no previous file with comments | « ash/system/tray_update_unittest.cc ('k') | ash/test/test_system_tray_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698