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 6c06999d08064186c746f0bff77c43e481568b5f..232e6dc0d900507b8aa845777f4f9c6878b0c7e9 100644 |
--- a/chrome/browser/chromeos/system_key_event_listener.h |
+++ b/chrome/browser/chromeos/system_key_event_listener.h |
@@ -76,6 +76,10 @@ class SystemKeyEventListener : public WmMessageListener::Observer, |
void OnVolumeUp(); |
void OnCapsLock(bool enabled); |
+ // Displays the volume bubble for the current volume and muting status. |
+ // Also hides the brightness bubble if it's being shown. |
+ void ShowVolumeBubble(); |
+ |
// Returns true if the event was processed, false otherwise. |
virtual bool ProcessedXEvent(XEvent* xevent); |