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

Unified Diff: content/browser/media/session/media_session_impl.h

Issue 2550593003: Expose media controls to accessibility (Closed)
Patch Set: Expose ducking controls to accessibility Created 4 years 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
« no previous file with comments | « chromecast/browser/cast_media_blocker_unittest.cc ('k') | content/public/browser/media_session.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/media/session/media_session_impl.h
diff --git a/content/browser/media/session/media_session_impl.h b/content/browser/media/session/media_session_impl.h
index a7dc62df32182b9fffa4ccf29516cc110ea6a90f..148e3b236b3503826e7ad019943506f3671ae794 100644
--- a/content/browser/media/session/media_session_impl.h
+++ b/content/browser/media/session/media_session_impl.h
@@ -132,11 +132,11 @@ class MediaSessionImpl : public MediaSession,
// Let the media session start ducking such that the volume multiplier is
// reduced.
- CONTENT_EXPORT void StartDucking();
+ CONTENT_EXPORT void StartDucking() override;
// Let the media session stop ducking such that the volume multiplier is
// recovered.
- CONTENT_EXPORT void StopDucking();
+ CONTENT_EXPORT void StopDucking() override;
// Returns if the session can be controlled by Resume() and Suspend calls
// above.
« no previous file with comments | « chromecast/browser/cast_media_blocker_unittest.cc ('k') | content/public/browser/media_session.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698