| Index: chrome/browser/flag_descriptions.cc
|
| diff --git a/chrome/browser/flag_descriptions.cc b/chrome/browser/flag_descriptions.cc
|
| index 7ebc199b9a1bef44b28e2d68895ed390fd5c05f3..4468caa70dd8e04a0660a2d6e39ac0e7ca62c793 100644
|
| --- a/chrome/browser/flag_descriptions.cc
|
| +++ b/chrome/browser/flag_descriptions.cc
|
| @@ -2487,6 +2487,13 @@ const char kFramebustingDescription[] =
|
| "unless they are same-origin or the iframe is processing a user "
|
| "gesture.";
|
|
|
| +const char kVibrateRequiresUserGestureName[] =
|
| + "Requiring user gesture for the Vibration API";
|
| +
|
| +const char kVibrateRequiresUserGestureDescription[] =
|
| + "Block the Vibration API if no user gesture has been received on "
|
| + "the frame or any embedded frame.";
|
| +
|
| #if defined(OS_ANDROID)
|
|
|
| const char kEnableVrShellName[] = "Enable Chrome VR.";
|
|
|