Index: chrome/browser/chromeos/system/ash_system_tray_delegate.cc |
diff --git a/chrome/browser/chromeos/system/ash_system_tray_delegate.cc b/chrome/browser/chromeos/system/ash_system_tray_delegate.cc |
index e48109e0217fe7eb4b7213dd81d147c1278f5cbf..d479b130b9e6963ca5cd025c791534467c6de927 100644 |
--- a/chrome/browser/chromeos/system/ash_system_tray_delegate.cc |
+++ b/chrome/browser/chromeos/system/ash_system_tray_delegate.cc |
@@ -341,18 +341,6 @@ class SystemTrayDelegate : public ash::SystemTrayDelegate, |
chrome::ShowHelp(GetAppropriateBrowser(), chrome::HELP_SOURCE_MENU); |
} |
- virtual bool IsCapsLockOn() const OVERRIDE { |
- input_method::InputMethodManager* ime_manager = |
- input_method::InputMethodManager::GetInstance(); |
- return ime_manager->GetXKeyboard()->CapsLockIsEnabled(); |
- } |
- |
- virtual void SetCapsLockEnabled(bool enabled) OVERRIDE { |
- input_method::InputMethodManager* ime_manager = |
- input_method::InputMethodManager::GetInstance(); |
- return ime_manager->GetXKeyboard()->SetCapsLockEnabled(enabled); |
- } |
- |
virtual void ShutDown() OVERRIDE { |
DBusThreadManager::Get()->GetPowerManagerClient()->RequestShutdown(); |
if (!base::chromeos::IsRunningOnChromeOS()) |