summaryrefslogtreecommitdiffstats
path: root/ash/shell_delegate.h
diff options
context:
space:
mode:
Diffstat (limited to 'ash/shell_delegate.h')
-rw-r--r--ash/shell_delegate.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/ash/shell_delegate.h b/ash/shell_delegate.h
index 8029e1b..7b7d097 100644
--- a/ash/shell_delegate.h
+++ b/ash/shell_delegate.h
@@ -137,6 +137,15 @@ class ASH_EXPORT ShellDelegate {
// Records that the user performed an action.
virtual void RecordUserMetricsAction(UserMetricsAction action) = 0;
+
+ // Handles the Next Track Media shortcut key.
+ virtual void HandleMediaNextTrack() = 0;
+
+ // Handles the Play/Pause Toggle Media shortcut key.
+ virtual void HandleMediaPlayPause() = 0;
+
+ // Handles the Previous Track Media shortcut key.
+ virtual void HandleMediaPrevTrack() = 0;
};
} // namespace ash