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

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

Issue 10878058: Move functions for controlling Caps Lock to CapsLockDelegate from SystemTrayDelegate. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 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
« no previous file with comments | « ash/system/status_area_widget.cc ('k') | ash/system/tray_caps_lock.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/system/tray/system_tray_delegate.h
diff --git a/ash/system/tray/system_tray_delegate.h b/ash/system/tray/system_tray_delegate.h
index a772d92ba328e87f9b8523b89a3863dafd4fc01d..e9ab5f561d7621400167f836afb3b47017b7d4e9 100644
--- a/ash/system/tray/system_tray_delegate.h
+++ b/ash/system/tray/system_tray_delegate.h
@@ -145,12 +145,6 @@ class SystemTrayDelegate {
// Shows help.
virtual void ShowHelp() = 0;
- // Gets whether the caps lock is on.
- virtual bool IsCapsLockOn() const = 0;
-
- // Sets the caps lock status to |enabled|.
- virtual void SetCapsLockEnabled(bool enabled) = 0;
-
// Attempts to shut down the system.
virtual void ShutDown() = 0;
« no previous file with comments | « ash/system/status_area_widget.cc ('k') | ash/system/tray_caps_lock.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698