commit | 043469f886c8a475d19c707bd28c5b427cd06d8f | [log] [tgz] |
---|---|---|
author | Matt Reynolds <[email protected]> | Tue May 01 22:56:58 2018 |
committer | Commit Bot <[email protected]> | Tue May 01 22:56:58 2018 |
tree | 82beb23a816102192482d247a113bcbd6ac81733 | |
parent | 2ca6c340ce7ff5a3dc1fadd5682edb24b147f5c1 [diff] [blame] |
Add a GamepadVibration runtime feature flag In previous versions, the vibration feature was enabled with the GamepadExtensions runtime feature flag. This CL splits the vibration functionality into a separate flag that is enabled by default. This allows the vibration feature to be enabled independently of other features that use the same runtime flag. BUG=749295 Change-Id: Ia8017e8b0ecd9df4490e8b205ecd1f49509c687b Reviewed-on: https://chromium-review.googlesource.com/1027996 Reviewed-by: Chris Harrelson <[email protected]> Reviewed-by: Kentaro Hara <[email protected]> Reviewed-by: Alex Moshchuk <[email protected]> Commit-Queue: Matt Reynolds <[email protected]> Cr-Commit-Position: refs/heads/master@{#555211}
diff --git a/chrome/browser/flag_descriptions.h b/chrome/browser/flag_descriptions.h index 294f03b..9dbf1af 100644 --- a/chrome/browser/flag_descriptions.h +++ b/chrome/browser/flag_descriptions.h
@@ -505,6 +505,8 @@ extern const char kGamepadExtensionsName[]; extern const char kGamepadExtensionsDescription[]; +extern const char kGamepadVibrationName[]; +extern const char kGamepadVibrationDescription[]; extern const char kGpuRasterizationMsaaSampleCountName[]; extern const char kGpuRasterizationMsaaSampleCountDescription[];