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

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

Issue 2444833004: Decouple MediaSession/MediaSessionObserver from WebContents in Java[OBSOLETE, go to the combined CL] (Closed)
Patch Set: addressed nits from jam@ 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/public/browser/web_contents.h
diff --git a/content/public/browser/web_contents.h b/content/public/browser/web_contents.h
index 02f8567fcdcd7cf5e0688a9e268fa60732c5ed22..e62e69e0f741b894ca993870c5ca8b1216da2d4f 100644
--- a/content/public/browser/web_contents.h
+++ b/content/public/browser/web_contents.h
@@ -705,13 +705,6 @@ class WebContents : public PageNavigator,
// as soon as they are ready.
virtual void ResumeLoadingCreatedWebContents() = 0;
- // Requests to resume the current media session.
- virtual void ResumeMediaSession() = 0;
- // Requests to suspend the current media session.
- virtual void SuspendMediaSession() = 0;
- // Requests to stop the current media session.
- virtual void StopMediaSession() = 0;
-
// Called when the WebContents has displayed a password field on an
// HTTP page. This method modifies the appropriate NavigationEntry's
// SSLStatus to record the sensitive input field, so that embedders

Powered by Google App Engine
This is Rietveld 408576698