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

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

Issue 7294024: Sound volume and bightness bubbles doesn't grab focus anymore. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge branch 'trunk' of http://git.chromium.org/git/chromium into 16867 Created 9 years, 5 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
diff --git a/chrome/browser/chromeos/system_key_event_listener.h b/chrome/browser/chromeos/system_key_event_listener.h
index e11a71b1b90f713d33fc8c0a78c99fd29db5f6d1..bfcb3095bf868c4774b422a7c0ad97ee821092b3 100644
--- a/chrome/browser/chromeos/system_key_event_listener.h
+++ b/chrome/browser/chromeos/system_key_event_listener.h
@@ -85,9 +85,17 @@ class SystemKeyEventListener : public WmMessageListener::Observer,
int32 key_f8_;
int32 key_f9_;
int32 key_f10_;
+ int32 key_esc_;
bool stopped_;
+ // Tells if one of system setting bubble (VolumeBubble or BrightnessBubble)
+ // is shown.
+ static bool IsBubbleShown();
Daniel Erat 2011/07/12 15:04:58 This is already checked in, but for future changes
+
+ // Hides all shown system setting bubbles (VolumeBubble and BrightnessBubble).
+ static void HideBubble();
+
ObserverList<CapslockObserver> capslock_observers_;
// AudioHandler is a Singleton class we are just caching a pointer to here,
« no previous file with comments | « chrome/browser/chromeos/setting_level_bubble.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