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

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

Issue 1331203003: Set autoplay gesture override experiment based on finch trial group. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: updated histograms.xml. Created 5 years, 3 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/renderer/render_view_impl.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 c9141a189d89d409bacfa4272af16df60616a33a..6de30197403155e87b22fb4617a5d1cf635daa73 100644
--- a/content/public/common/web_preferences.h
+++ b/content/public/common/web_preferences.h
@@ -61,7 +61,8 @@ CONTENT_EXPORT extern const char kCommonScript[];
//
// Adding new values to this class probably involves updating
// blink::WebSettings, content/common/view_messages.h, browser/tab_contents/
-// render_view_host_delegate_helper.cc, and browser/profiles/profile.cc.
+// render_view_host_delegate_helper.cc, browser/profiles/profile.cc,
+// and content/public/common/common_param_traits_macros.h
struct CONTENT_EXPORT WebPreferences {
ScriptFontFamilyMap standard_font_family_map;
ScriptFontFamilyMap fixed_font_family_map;
@@ -211,6 +212,7 @@ struct CONTENT_EXPORT WebPreferences {
bool ignore_main_frame_overflow_hidden_quirk;
bool report_screen_size_in_physical_pixels_quirk;
bool record_whole_document;
+ std::string autoplay_experiment_mode;
#endif
// Default (used if the page or UA doesn't override these) values for page
« no previous file with comments | « content/public/common/common_param_traits_macros.h ('k') | content/renderer/render_view_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698