Chromium Code Reviews| Index: chrome/browser/chromeos/system_key_event_listener.h |
| =================================================================== |
| --- chrome/browser/chromeos/system_key_event_listener.h (revision 119229) |
| +++ chrome/browser/chromeos/system_key_event_listener.h (working copy) |
| @@ -28,7 +28,10 @@ |
| class CapsLockObserver { |
| public: |
| virtual void OnCapsLockChange(bool enabled) = 0; |
| + protected: |
| + virtual ~CapsLockObserver() {} |
|
stevenjb
2012/01/27 19:45:02
DISALLOW_COPY_AND_ASSIGN
achuithb
2012/01/31 00:58:43
Done.
|
| }; |
| + |
| static void Initialize(); |
| static void Shutdown(); |
| // GetInstance returns NULL if not initialized or if already shutdown. |
| @@ -48,8 +51,6 @@ |
| SystemKeyEventListener(); |
| virtual ~SystemKeyEventListener(); |
| - AudioHandler* GetAudioHandler() const; |
| - |
| #if defined(TOOLKIT_USES_GTK) |
| // This event filter intercepts events before they reach GDK, allowing us to |
| // check for system level keyboard events regardless of which window has |