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

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: merge Created 4 years, 3 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 16d126c9a885386be6d1745554bc492483f58dbb..b7cc7ed33b8f07db828a476a60f753e94e25ec2e 100644
--- a/ash/common/system/tray/system_tray_delegate.cc
+++ b/ash/common/system/tray/system_tray_delegate.cc
@@ -229,11 +229,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;
« no previous file with comments | « ash/common/system/tray/system_tray_delegate.h ('k') | ash/content/display/screen_orientation_controller_chromeos_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698