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

Unified Diff: third_party/WebKit/public/platform/WebMediaPlayer.h

Issue 2689323002: Media: Delete Pause-To-Buffer. (Closed)
Patch Set: Rebase. Created 3 years, 9 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 | « third_party/WebKit/Source/core/html/HTMLVideoElementTest.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/platform/WebMediaPlayer.h
diff --git a/third_party/WebKit/public/platform/WebMediaPlayer.h b/third_party/WebKit/public/platform/WebMediaPlayer.h
index 85a95762e065fcfe7aef3f770e9f3ecac0f99d5b..361be4a6c6b6af69ee6212793d9c489f7d799558 100644
--- a/third_party/WebKit/public/platform/WebMediaPlayer.h
+++ b/third_party/WebKit/public/platform/WebMediaPlayer.h
@@ -83,11 +83,6 @@ class WebMediaPlayer {
PreloadAuto,
};
- enum class BufferingStrategy {
- Normal,
- Aggressive,
- };
-
enum CORSMode {
CORSModeUnspecified,
CORSModeAnonymous,
@@ -130,7 +125,6 @@ class WebMediaPlayer {
virtual void requestRemotePlaybackStop() {}
virtual void requestRemotePlaybackDisabled(bool disabled) {}
virtual void setPreload(Preload) {}
- virtual void setBufferingStrategy(BufferingStrategy) {}
virtual WebTimeRanges buffered() const = 0;
virtual WebTimeRanges seekable() const = 0;
« no previous file with comments | « third_party/WebKit/Source/core/html/HTMLVideoElementTest.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698