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

Unified Diff: chromecast/browser/cast_media_blocker.h

Issue 2411723002: Split MediaSessionStateChanged() and MediaSessionMetadataChanged() (Closed)
Patch Set: rebased Created 4 years, 2 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
Index: chromecast/browser/cast_media_blocker.h
diff --git a/chromecast/browser/cast_media_blocker.h b/chromecast/browser/cast_media_blocker.h
index 2bb9ab84ddf0c920431ea9dad59302639a167715..042742bd445cc016b22ae836fe00d280eb92b3c9 100644
--- a/chromecast/browser/cast_media_blocker.h
+++ b/chromecast/browser/cast_media_blocker.h
@@ -41,10 +41,8 @@ class CastMediaBlocker : public content::WebContentsObserver {
};
// content::WebContentsObserver implementation:
- void MediaSessionStateChanged(
- bool is_controllable,
- bool is_suspended,
- const base::Optional<content::MediaMetadata>& metadata) override;
+ void MediaSessionStateChanged(bool is_controllable,
+ bool is_suspended) override;
// Whether or not media in the app can be controlled and if media is currently
// suspended. These variables cache arguments from MediaSessionStateChanged().

Powered by Google App Engine
This is Rietveld 408576698