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

Unified Diff: chrome/browser/about_flags.cc

Issue 2921273002: Autoplay: add document user activation flag in chrome://flags (Closed)
Patch Set: Created 3 years, 6 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 | chrome/browser/flag_descriptions.h » ('j') | content/public/common/web_preferences.h » ('J')
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 996364164609667d375572871a4ded59fe9e079f..12e25282862fe51187df7cfe745eeae5afcc1378 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -757,6 +757,9 @@ const FeatureEntry::Choice kAutoplayPolicyChoices[] = {
switches::kAutoplayPolicy,
switches::autoplay::kUserGestureRequiredForCrossOriginPolicy},
#endif
+ {flag_descriptions::kAutoplayPolicyDocumentUserActivation,
+ switches::kAutoplayPolicy,
+ switches::autoplay::kDocumentUserActivationRequiredPolicy},
};
const FeatureEntry::Choice kForceEffectiveConnectionTypeChoices[] = {
« no previous file with comments | « no previous file | chrome/browser/flag_descriptions.h » ('j') | content/public/common/web_preferences.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698