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

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: rebase 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 119932)
+++ chrome/browser/chromeos/system_key_event_listener.h (working copy)
@@ -28,7 +28,12 @@
class CapsLockObserver {
public:
virtual void OnCapsLockChange(bool enabled) = 0;
+ protected:
+ CapsLockObserver() {}
+ virtual ~CapsLockObserver() {}
+ DISALLOW_COPY_AND_ASSIGN(CapsLockObserver);
};
+
static void Initialize();
static void Shutdown();
// GetInstance returns NULL if not initialized or if already shutdown.
@@ -48,8 +53,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
« no previous file with comments | « chrome/browser/chromeos/status/volume_menu_button.cc ('k') | chrome/browser/chromeos/system_key_event_listener.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698