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

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

Issue 2623953002: [Chromecast] Fix media session blocking tests. (Closed)
Patch Set: [Chromecast] Fix media session blocking tests. Created 3 years, 11 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
« 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 a34699ae2a7bb9f2a8893bb732f3688528da9478..e4a89977b35c99b9b6f4c1f28ee9878447da0a04 100644
--- a/content/browser/media/session/media_session_impl.h
+++ b/content/browser/media/session/media_session_impl.h
@@ -85,8 +85,8 @@ class MediaSessionImpl : public MediaSession,
}
#endif // defined(OS_ANDROID)
- void AddObserver(MediaSessionObserver* observer);
- void RemoveObserver(MediaSessionObserver* observer);
+ void AddObserver(MediaSessionObserver* observer) override;
jam 2017/02/01 23:07:59 nit: move by the other overridden methods
+ void RemoveObserver(MediaSessionObserver* observer) override;
void NotifyMediaSessionMetadataChange(
const base::Optional<MediaMetadata>& metadata);
« 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