commit | 59c05b432b0def6dc11cb2865eb60721f1d94768 | [log] [tgz] |
---|---|---|
author | Becca Hughes <[email protected]> | Fri Nov 03 13:11:58 2017 |
committer | Commit Bot <[email protected]> | Fri Nov 03 13:11:58 2017 |
tree | abcfcb222699207db1ff719c46d5f7ca97b3ced5 | |
parent | 37363e67e0a89d927a8fbc3f6df3fd601cf1bd9e [diff] [blame] |
Media Controls: Add the feature flag to chrome://flags Add the UseModernMediaControls feature flag to chrome://flags. BUG=761305 Change-Id: I2f6bf9abf05d1256b9dab5fd444d1a8c7ccbbcd8 Reviewed-on: https://chromium-review.googlesource.com/698064 Reviewed-by: Mounir Lamouri <[email protected]> Commit-Queue: Becca Hughes <[email protected]> Cr-Commit-Position: refs/heads/master@{#513756}
diff --git a/chrome/browser/flag_descriptions.h b/chrome/browser/flag_descriptions.h index ac1d55e..8dfb052 100644 --- a/chrome/browser/flag_descriptions.h +++ b/chrome/browser/flag_descriptions.h
@@ -895,6 +895,9 @@ extern const char kUseDdljsonApiName[]; extern const char kUseDdljsonApiDescription[]; +extern const char kUseModernMediaControlsName[]; +extern const char kUseModernMediaControlsDescription[]; + extern const char kUserActivationV2Name[]; extern const char kUserActivationV2Description[];