Chromium Code Reviews| 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_; |