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

Unified Diff: ash/common/system/tray/system_tray_delegate.cc

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/common/system/tray/system_tray_delegate.cc
diff --git a/ash/common/system/tray/system_tray_delegate.cc b/ash/common/system/tray/system_tray_delegate.cc
index 85e7fd3676081cbbf0ff872dea3ff1c565374dbc..ac4c0b4628b35123f17f3320b0e38f5e6b2bf11b 100644
--- a/ash/common/system/tray/system_tray_delegate.cc
+++ b/ash/common/system/tray/system_tray_delegate.cc
@@ -225,11 +225,6 @@ VPNDelegate* SystemTrayDelegate::GetVPNDelegate() const {
return nullptr;
}
-std::unique_ptr<SystemTrayItem> SystemTrayDelegate::CreateDisplayTrayItem(
- SystemTray* tray) {
- return nullptr;
-}
-
std::unique_ptr<SystemTrayItem> SystemTrayDelegate::CreateRotationLockTrayItem(
SystemTray* tray) {
return nullptr;

Powered by Google App Engine
This is Rietveld 408576698