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

Unified Diff: ash/common/test/test_system_tray_delegate.cc

Issue 2384103003: Fix spacing issues on Ash shelf (Closed)
Patch Set: Skipped failing tests on Windows Created 4 years, 1 month 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
Index: ash/common/test/test_system_tray_delegate.cc
diff --git a/ash/common/test/test_system_tray_delegate.cc b/ash/common/test/test_system_tray_delegate.cc
index 8ce4a759060d3964d815facf50d20abc35d6a88e..4d22fd3d12d3d9c489a34af51a732309d8b94636 100644
--- a/ash/common/test/test_system_tray_delegate.cc
+++ b/ash/common/test/test_system_tray_delegate.cc
@@ -26,11 +26,6 @@ TestSystemTrayDelegate::TestSystemTrayDelegate()
TestSystemTrayDelegate::~TestSystemTrayDelegate() {}
-// static
-void TestSystemTrayDelegate::SetSystemUpdateRequired(bool required) {
- g_system_update_required = required;
-}
-
void TestSystemTrayDelegate::SetLoginStatus(LoginStatus login_status) {
login_status_ = login_status;
WmShell::Get()->UpdateAfterLoginStatusChange(login_status);

Powered by Google App Engine
This is Rietveld 408576698