Chromium Code Reviews| Index: chrome/browser/flag_descriptions.cc |
| diff --git a/chrome/browser/flag_descriptions.cc b/chrome/browser/flag_descriptions.cc |
| index 0421950a78030c40f8466a94982a4a26090ba4f5..690991e2eb3804ef919508d662566c6fdbb2b9ff 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 there has no user gesture received on " |
|
mustaq
2017/04/13 19:05:04
Nit: "... if no user gesture is received on ..."
binlu
2017/04/13 19:55:26
Done.
|
| + "the frame or any embedded frame."; |
| + |
| #if defined(OS_ANDROID) |
| const char kEnableVrShellName[] = "Enable Chrome VR."; |