Index: content/public/browser/web_contents.h |
diff --git a/content/public/browser/web_contents.h b/content/public/browser/web_contents.h |
index 7eaa25270321d1547375d50b2941abfcbeccec81..18ff2658ef86df8b58fd3542bc5adb8bef6249d2 100644 |
--- a/content/public/browser/web_contents.h |
+++ b/content/public/browser/web_contents.h |
@@ -703,13 +703,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 |