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

Unified Diff: content/browser/web_contents/web_contents_impl.h

Issue 2411723002: Split MediaSessionStateChanged() and MediaSessionMetadataChanged() (Closed)
Patch Set: rebased and addressed Anton's comments 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: content/browser/web_contents/web_contents_impl.h
diff --git a/content/browser/web_contents/web_contents_impl.h b/content/browser/web_contents/web_contents_impl.h
index d1fc9a1bc034c62de03ce089918abc06c9aa7d6b..0958b4dcd6ada05813c6f3e391c90ff173354db3 100644
--- a/content/browser/web_contents/web_contents_impl.h
+++ b/content/browser/web_contents/web_contents_impl.h
@@ -415,6 +415,7 @@ class CONTENT_EXPORT WebContentsImpl
void ExitFullscreen(bool will_cause_resize) override;
void ResumeLoadingCreatedWebContents() override;
void OnMediaSessionStateChanged();
clamy 2016/10/12 12:25:04 It seems that these methods are badly located in t
Zhiqiang Zhang (Slow) 2016/10/12 12:41:16 Done.
+ void OnMediaSessionMetadataChanged();
void ResumeMediaSession() override;
void SuspendMediaSession() override;
void StopMediaSession() override;

Powered by Google App Engine
This is Rietveld 408576698