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

Unified Diff: content/public/common/web_preferences.h

Issue 2816103002: [Media] Access bg video finch trial params directly from the renderer (Closed)
Patch Set: Created 3 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
« no previous file with comments | « content/public/common/common_param_traits_macros.h ('k') | content/public/common/web_preferences.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/common/web_preferences.h
diff --git a/content/public/common/web_preferences.h b/content/public/common/web_preferences.h
index e2e6c5f00e3bde258cb8a2ec910a5f3eb5830145..ae9756cf9e1654f88697d4fb99641c7e6423b8bb 100644
--- a/content/public/common/web_preferences.h
+++ b/content/public/common/web_preferences.h
@@ -266,13 +266,6 @@ struct CONTENT_EXPORT WebPreferences {
// If enabled, disabled video track when the video is in the background.
bool background_video_track_optimization_enabled;
- // If background video track optimization is enabled, don't disable video
- // track for videos with the average keyframe distance greater than this
- // value.
- // TODO(avayvod, asvitkine): Query the value directly when it is available in
- // the renderer process. See https://crbug.com/681160.
- base::TimeDelta max_keyframe_distance_to_disable_background_video;
-
// When memory pressure based garbage collection is enabled for MSE, the
// |enable_instant_source_buffer_gc| flag controls whether the GC is done
// immediately on memory pressure notification or during the next SourceBuffer
« no previous file with comments | « content/public/common/common_param_traits_macros.h ('k') | content/public/common/web_preferences.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698