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

Unified Diff: ash/test/test_system_tray_delegate.h

Issue 2217713002: Remove the system menu display settings row (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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
Index: ash/test/test_system_tray_delegate.h
diff --git a/ash/test/test_system_tray_delegate.h b/ash/test/test_system_tray_delegate.h
index 57ab96a3ffd52f3219524ec2bfb390f31718e5a2..da5e8439ca8c6d4257894521475db63b5b723466 100644
--- a/ash/test/test_system_tray_delegate.h
+++ b/ash/test/test_system_tray_delegate.h
@@ -59,8 +59,6 @@ class TestSystemTrayDelegate : public DefaultSystemTrayDelegate {
bool GetSessionStartTime(base::TimeTicks* session_start_time) override;
bool GetSessionLengthLimit(base::TimeDelta* session_length_limit) override;
void SignOut() override;
- std::unique_ptr<SystemTrayItem> CreateDisplayTrayItem(
- SystemTray* tray) override;
std::unique_ptr<SystemTrayItem> CreateRotationLockTrayItem(
SystemTray* tray) override;
void GetCurrentIME(IMEInfo* info) override;

Powered by Google App Engine
This is Rietveld 408576698