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

Unified Diff: ash/common/system/tray/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/common/system/tray/system_tray_delegate.h
diff --git a/ash/common/system/tray/system_tray_delegate.h b/ash/common/system/tray/system_tray_delegate.h
index da9b78aa219a40489325f96774cbc70add17bca8..b3d065adc12347b0923a57a46c003d5e4038b7a5 100644
--- a/ash/common/system/tray/system_tray_delegate.h
+++ b/ash/common/system/tray/system_tray_delegate.h
@@ -314,12 +314,6 @@ class ASH_EXPORT SystemTrayDelegate {
// Returns VPNDelegate. May return nullptr.
virtual VPNDelegate* GetVPNDelegate() const;
- // Creates a system tray item for display settings.
- // TODO(jamescook): Remove this when mus has support for display management
- // and we have a DisplayManager equivalent. See http://crbug.com/548429
- virtual std::unique_ptr<SystemTrayItem> CreateDisplayTrayItem(
- SystemTray* tray);
-
// Creates a system tray item for display rotation lock.
// TODO(jamescook): Remove this when mus has support for display management
// and we have a DisplayManager equivalent. See http://crbug.com/548429

Powered by Google App Engine
This is Rietveld 408576698