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

Unified Diff: chrome/browser/about_flags.cc

Issue 2846623003: Make autoplay policies no longer platform dependant. (Closed)
Patch Set: bauerb review comments Created 3 years, 7 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 | « android_webview/browser/aw_settings.cc ('k') | chrome/browser/android/voice_search_tab_helper.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index 174c87c5314b4ce35f709385a69c426aac2abdf7..cde272506c5d0cc0898fe2ecabc8471159f56cf2 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -714,9 +714,9 @@ const FeatureEntry::Choice kAutoplayPolicyChoices[] = {
{flag_descriptions::kAutoplayPolicyUserGestureRequired,
switches::kAutoplayPolicy, switches::autoplay::kUserGestureRequiredPolicy},
#else
- {flag_descriptions::kAutoplayPolicyCrossOriginUserGestureRequired,
+ {flag_descriptions::kAutoplayPolicyUserGestureRequiredForCrossOrigin,
switches::kAutoplayPolicy,
- switches::autoplay::kCrossOriginUserGestureRequiredPolicy},
+ switches::autoplay::kUserGestureRequiredForCrossOriginPolicy},
#endif
};
« no previous file with comments | « android_webview/browser/aw_settings.cc ('k') | chrome/browser/android/voice_search_tab_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698