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

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

Issue 2384103003: Fix spacing issues on Ash shelf (Closed)
Patch Set: Re-enabled disabled test 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
« no previous file with comments | « ash/common/shelf/shelf_view.cc ('k') | ash/common/test/test_system_tray_delegate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
-
// 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
« no previous file with comments | « ash/common/shelf/shelf_view.cc ('k') | ash/common/test/test_system_tray_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698