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

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

Issue 2510353004: Deprecating AutoplayExperimentHelper (Closed)
Patch Set: cleaned up the layout code no longer used Created 4 years, 1 month 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: content/public/common/web_preferences.h
diff --git a/content/public/common/web_preferences.h b/content/public/common/web_preferences.h
index b853dd3f2ee1305808b527895a4921e47645b4bf..dbd4bf9d43bb550c578cdd2f58335ffef7cac036 100644
--- a/content/public/common/web_preferences.h
+++ b/content/public/common/web_preferences.h
@@ -248,10 +248,6 @@ struct CONTENT_EXPORT WebPreferences {
bool spellcheck_enabled_by_default;
#endif
- // String that describes how media element autoplay behavior should be
- // affected by experiment.
- std::string autoplay_experiment_mode;
-
// Default (used if the page or UA doesn't override these) values for page
// scale limits. These are set directly on the WebView so there's no analogue
// in WebSettings.

Powered by Google App Engine
This is Rietveld 408576698