Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(254)

Side by Side Diff: chrome/browser/flag_descriptions.h

Issue 2778693004: Remove navigator.vibrate without user gesture. (Closed)
Patch Set: Move the flag name/description to const char* Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « chrome/browser/about_flags.cc ('k') | chrome/browser/flag_descriptions.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2017 The Chromium Authors. All rights reserved. 1 // Copyright 2017 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROME_BROWSER_FLAG_DESCRIPTIONS_H_ 5 #ifndef CHROME_BROWSER_FLAG_DESCRIPTIONS_H_
6 #define CHROME_BROWSER_FLAG_DESCRIPTIONS_H_ 6 #define CHROME_BROWSER_FLAG_DESCRIPTIONS_H_
7 7
8 // Includes needed for macros allowing conditional compilation of some strings. 8 // Includes needed for macros allowing conditional compilation of some strings.
9 #include "build/build_config.h" 9 #include "build/build_config.h"
10 #include "build/buildflag.h" 10 #include "build/buildflag.h"
(...skipping 480 matching lines...) Expand 10 before | Expand all | Expand 10 after
491 extern const char kTouchSelectionStrategyDescription[]; 491 extern const char kTouchSelectionStrategyDescription[];
492 492
493 // Description for the touch text selection strategy which always uses character 493 // Description for the touch text selection strategy which always uses character
494 // granularity. 494 // granularity.
495 extern const char kTouchSelectionStrategyCharacter[]; 495 extern const char kTouchSelectionStrategyCharacter[];
496 496
497 // Description for the touch text selection strategy which is based on the 497 // Description for the touch text selection strategy which is based on the
498 // direction in which the handle is dragged. 498 // direction in which the handle is dragged.
499 extern const char kTouchSelectionStrategyDirection[]; 499 extern const char kTouchSelectionStrategyDirection[];
500 500
501 // Name of the flag that requires a user gesture for vibrate.
502 extern const char kVibrateRequiresUserGestureName[];
503
504 // Description of the flag that requires a user gesture for vibrate.
505 extern const char kVibrateRequiresUserGestureDescription[];
506
501 // Title for the flag to use the Online Wallet sandbox servers (instead of 507 // Title for the flag to use the Online Wallet sandbox servers (instead of
502 // production). 508 // production).
503 extern const char kWalletServiceUseSandboxName[]; 509 extern const char kWalletServiceUseSandboxName[];
504 510
505 // Description of the flag to use the Online Wallet sandbox servers. 511 // Description of the flag to use the Online Wallet sandbox servers.
506 extern const char kWalletServiceUseSandboxDescription[]; 512 extern const char kWalletServiceUseSandboxDescription[];
507 513
508 // Title for the flag for history navigation from horizontal overscroll. 514 // Title for the flag for history navigation from horizontal overscroll.
509 extern const char kOverscrollHistoryNavigationName[]; 515 extern const char kOverscrollHistoryNavigationName[];
510 516
(...skipping 2636 matching lines...) Expand 10 before | Expand all | Expand 10 after
3147 3153
3148 // Description of the about: flag enabling emoji, handwriting and voice input on 3154 // Description of the about: flag enabling emoji, handwriting and voice input on
3149 // opt-in IME menu. 3155 // opt-in IME menu.
3150 extern const char kEnableEhvInputDescription[]; 3156 extern const char kEnableEhvInputDescription[];
3151 3157
3152 #endif // #if defined(OS_CHROMEOS) 3158 #endif // #if defined(OS_CHROMEOS)
3153 3159
3154 } // namespace flag_descriptions 3160 } // namespace flag_descriptions
3155 3161
3156 #endif // CHROME_BROWSER_FLAG_DESCRIPTIONS_H_ 3162 #endif // CHROME_BROWSER_FLAG_DESCRIPTIONS_H_
OLDNEW
« no previous file with comments | « chrome/browser/about_flags.cc ('k') | chrome/browser/flag_descriptions.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698