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

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: Utility methods made static. Created 9 years, 6 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 51e668de50f64066238f2eef5c4bfd1cc44e7ba9..c7e3b2555a35b614b66dd2dee60e7fe26abfefa1 100644
--- a/chrome/browser/chromeos/system_key_event_listener.h
+++ b/chrome/browser/chromeos/system_key_event_listener.h
@@ -77,9 +77,13 @@ class SystemKeyEventListener : public WmMessageListener::Observer,
int32 key_f8_;
int32 key_f9_;
int32 key_f10_;
+ int32 key_esc_;
bool stopped_;
+ static bool IsBubbleShown();
glotov 2011/07/05 11:10:27 Maybe a short comment would be good here: what bub
SeRya 2011/07/05 12:09:51 Done.
+ static void HideBubble();
+
// AudioHandler is a Singleton class we are just caching a pointer to here,
// and we do not own the pointer.
AudioHandler* const audio_handler_;

Powered by Google App Engine
This is Rietveld 408576698