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

Unified Diff: build/config/features.gni

Issue 2141293002: [Cast for ATV] Enable UMP on Cast for ATV (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: [Cast for ATV] Enable UMP on Cast for ATV Created 4 years, 5 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 | « no previous file | chromecast/browser/cast_browser_main_parts.cc » ('j') | media/blink/webmediaplayer_impl.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/config/features.gni
diff --git a/build/config/features.gni b/build/config/features.gni
index f2968d7cf5ac6fba68843a7b123e39d82fa30669..dc3896946e71ba664f838a12b0164fad7d2feedc 100644
--- a/build/config/features.gni
+++ b/build/config/features.gni
@@ -64,8 +64,8 @@ declare_args() {
enable_remoting = !is_ios && !is_chromecast
- # Enable hole punching for the protected video.
- enable_video_hole = is_android
+ # Hole punching is deprecated.
+ enable_video_hole = false
# Enables browser side Content Decryption Modules. Required for embedders
# (e.g. Android and ChromeCast) that use a browser side CDM.
« no previous file with comments | « no previous file | chromecast/browser/cast_browser_main_parts.cc » ('j') | media/blink/webmediaplayer_impl.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698