| Index: chrome/browser/flag_descriptions.h
|
| diff --git a/chrome/browser/flag_descriptions.h b/chrome/browser/flag_descriptions.h
|
| index 577f9290f3ba6ad6c7485870c3c9b763f29d7ea7..3b7976bcf8aa36a2e21cc42385db85b76f3a6fe8 100644
|
| --- a/chrome/browser/flag_descriptions.h
|
| +++ b/chrome/browser/flag_descriptions.h
|
| @@ -510,6 +510,12 @@ extern const char kTouchSelectionStrategyCharacter[];
|
| // direction in which the handle is dragged.
|
| extern const char kTouchSelectionStrategyDirection[];
|
|
|
| +// Name of the flag that requires a user gesture for vibrate.
|
| +extern const char kVibrateRequiresUserGestureName[];
|
| +
|
| +// Description of the flag that requires a user gesture for vibrate.
|
| +extern const char kVibrateRequiresUserGestureDescription[];
|
| +
|
| // Title for the flag to use the Online Wallet sandbox servers (instead of
|
| // production).
|
| extern const char kWalletServiceUseSandboxName[];
|
|
|