commit | 4d896c4a6df4d683b4f556bf0f4a849bb06fa8d0 | [log] [tgz] |
---|---|---|
author | Becca Hughes <[email protected]> | Tue May 29 16:58:51 2018 |
committer | Commit Bot <[email protected]> | Tue May 29 16:58:51 2018 |
tree | e6dac75569d0677b2b11fdea7bcba48824cd8046 | |
parent | 336e5548392b53950f6ae8f8e7b651ff866c826b [diff] [blame] |
Autoplay: Add WebAudio flag to chrome://flags Add the "AutoplayIgnoresWebAudio" flag to chrome://flags so users can control it. BUG=841933 Change-Id: Iee045d7a14b6e169c686588adc6ba11ce40dc095 Reviewed-on: https://chromium-review.googlesource.com/1074195 Reviewed-by: Jochen Eisinger <[email protected]> Commit-Queue: Becca Hughes <[email protected]> Cr-Commit-Position: refs/heads/master@{#562466}
diff --git a/chrome/browser/flag_descriptions.h b/chrome/browser/flag_descriptions.h index e83aa43..a2fb5fb8 100644 --- a/chrome/browser/flag_descriptions.h +++ b/chrome/browser/flag_descriptions.h
@@ -250,6 +250,9 @@ extern const char kEnableAutofillSendExperimentIdsInPaymentsRPCsName[]; extern const char kEnableAutofillSendExperimentIdsInPaymentsRPCsDescription[]; +extern const char kEnableAutoplayIgnoreWebAudioName[]; +extern const char kEnableAutoplayIgnoreWebAudioDescription[]; + extern const char kEnableBreakingNewsPushName[]; extern const char kEnableBreakingNewsPushDescription[];