Index: ash/system/status_area_widget.cc |
diff --git a/ash/system/status_area_widget.cc b/ash/system/status_area_widget.cc |
index 0e0197fc30fee4199a2e3cf4bdae82e24128c341..a3e294c6e8eb8ea28b9793a7b61e64e71e82f9a7 100644 |
--- a/ash/system/status_area_widget.cc |
+++ b/ash/system/status_area_widget.cc |
@@ -125,14 +125,6 @@ class DummySystemTrayDelegate : public SystemTrayDelegate { |
virtual void ShowHelp() OVERRIDE { |
} |
- virtual bool IsCapsLockOn() const OVERRIDE { |
- return caps_lock_enabled_; |
- } |
- |
- virtual void SetCapsLockEnabled(bool enabled) OVERRIDE { |
- caps_lock_enabled_ = enabled; |
- } |
- |
virtual void ShutDown() OVERRIDE { |
MessageLoop::current()->Quit(); |
} |