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

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

Issue 2888983003: chromeos: Remove ash::SystemTrayDelegate::CreateTrayRotationLock (Closed)
Patch Set: Created 3 years, 7 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
« no previous file with comments | « ash/system/tray/system_tray_delegate.h ('k') | chrome/browser/ui/ash/system_tray_delegate_chromeos.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/system/tray/system_tray_delegate.cc
diff --git a/ash/system/tray/system_tray_delegate.cc b/ash/system/tray/system_tray_delegate.cc
index e8f58c74b9b33c10352afbe3570d99a51468d7ac..f25ec4f3436d89296bc393fee477754c9fda52b9 100644
--- a/ash/system/tray/system_tray_delegate.cc
+++ b/ash/system/tray/system_tray_delegate.cc
@@ -5,13 +5,12 @@
#include "ash/system/tray/system_tray_delegate.h"
#include "ash/system/tray/ime_info.h"
-#include "ash/system/tray/system_tray_item.h"
namespace ash {
-SystemTrayDelegate::SystemTrayDelegate() {}
+SystemTrayDelegate::SystemTrayDelegate() = default;
-SystemTrayDelegate::~SystemTrayDelegate() {}
+SystemTrayDelegate::~SystemTrayDelegate() = default;
void SystemTrayDelegate::Initialize() {}
@@ -52,9 +51,4 @@ bool SystemTrayDelegate::IsSearchKeyMappedToCapsLock() {
return false;
}
-std::unique_ptr<SystemTrayItem> SystemTrayDelegate::CreateRotationLockTrayItem(
- SystemTray* tray) {
- return nullptr;
-}
-
} // namespace ash
« no previous file with comments | « ash/system/tray/system_tray_delegate.h ('k') | chrome/browser/ui/ash/system_tray_delegate_chromeos.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698