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

Unified Diff: Source/WebCore/bindings/generic/RuntimeEnabledFeatures.h

Issue 13674022: Remove MEDIA_SOURCE feature define. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@blink-master
Patch Set: Rebase Created 7 years, 8 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: Source/WebCore/bindings/generic/RuntimeEnabledFeatures.h
diff --git a/Source/WebCore/bindings/generic/RuntimeEnabledFeatures.h b/Source/WebCore/bindings/generic/RuntimeEnabledFeatures.h
index 418880543c98bd0106eb06cae02de5d526c16931..5f61bf606b6b588990227c385a808cd46c8366d1 100644
--- a/Source/WebCore/bindings/generic/RuntimeEnabledFeatures.h
+++ b/Source/WebCore/bindings/generic/RuntimeEnabledFeatures.h
@@ -209,10 +209,8 @@ public:
static void setQuotaEnabled(bool isEnabled) { isQuotaEnabled = isEnabled; }
#endif
-#if ENABLE(MEDIA_SOURCE)
static bool mediaSourceEnabled() { return isMediaSourceEnabled; }
static void setMediaSourceEnabled(bool isEnabled) { isMediaSourceEnabled = isEnabled; }
-#endif
#if ENABLE(ENCRYPTED_MEDIA)
static bool encryptedMediaEnabled() { return isEncryptedMediaEnabled; }
@@ -341,9 +339,7 @@ private:
static bool isFullScreenAPIEnabled;
-#if ENABLE(MEDIA_SOURCE)
static bool isMediaSourceEnabled;
-#endif
#if ENABLE(ENCRYPTED_MEDIA)
static bool isEncryptedMediaEnabled;
« no previous file with comments | « Source/WebCore/Modules/mediasource/SourceBufferList.idl ('k') | Source/WebCore/bindings/generic/RuntimeEnabledFeatures.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698