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

Unified Diff: chrome/browser/chromeos/system_key_event_listener.h

Issue 9169033: Support for showing/hiding status area volume controls in desktop devices (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: move IsMixerInitialized Created 8 years, 11 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
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

Powered by Google App Engine
This is Rietveld 408576698