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

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

Issue 2851453003: Revert of Rename kDisableGestureRequirementForMediaPlayback and make it a test-only flag. (Closed)
Patch Set: Created 3 years, 7 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/android/voice_search_tab_helper.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 697 matching lines...) Expand 10 before | Expand all | Expand 10 after
708 extern const char kSslVersionMaxTls13[]; 708 extern const char kSslVersionMaxTls13[];
709 709
710 // Title for the flag to enable Token Binding. Please do not translate 'Token 710 // Title for the flag to enable Token Binding. Please do not translate 'Token
711 // Binding'. 711 // Binding'.
712 extern const char kEnableTokenBindingName[]; 712 extern const char kEnableTokenBindingName[];
713 713
714 // Description for the flag to enable Token Binding. Please do not translate 714 // Description for the flag to enable Token Binding. Please do not translate
715 // 'Token Binding'. 715 // 'Token Binding'.
716 extern const char kEnableTokenBindingDescription[]; 716 extern const char kEnableTokenBindingDescription[];
717 717
718 // Title for the flag for gesture requiment for media playback
719 extern const char kGestureRequirementForMediaPlaybackName[];
720
721 // Description for the flag for gesture requiment for media playback
722 extern const char kGestureRequirementForMediaPlaybackDescription[];
723
718 // Description for the flag to adjust the default behaviour for document level 724 // Description for the flag to adjust the default behaviour for document level
719 // passive touch listeners. 725 // passive touch listeners.
720 extern const char kPassiveDocumentEventListenersDescription[]; 726 extern const char kPassiveDocumentEventListenersDescription[];
721 727
722 // Name for the flag to adjust the default behaviour for document level passive 728 // Name for the flag to adjust the default behaviour for document level passive
723 // listeners. 729 // listeners.
724 extern const char kPassiveDocumentEventListenersName[]; 730 extern const char kPassiveDocumentEventListenersName[];
725 731
726 // Description for the flag to adjust the default behaviour for passive touch 732 // Description for the flag to adjust the default behaviour for passive touch
727 // listeners during fling. 733 // listeners during fling.
(...skipping 2588 matching lines...) Expand 10 before | Expand all | Expand 10 after
3316 3322
3317 // Description of the autoplay policy that has no user gesture requirements. 3323 // Description of the autoplay policy that has no user gesture requirements.
3318 extern const char kAutoplayPolicyNoUserGestureRequired[]; 3324 extern const char kAutoplayPolicyNoUserGestureRequired[];
3319 3325
3320 // Description of the autoplay policy that requires a user gesture. 3326 // Description of the autoplay policy that requires a user gesture.
3321 extern const char kAutoplayPolicyUserGestureRequired[]; 3327 extern const char kAutoplayPolicyUserGestureRequired[];
3322 3328
3323 } // namespace flag_descriptions 3329 } // namespace flag_descriptions
3324 3330
3325 #endif // CHROME_BROWSER_FLAG_DESCRIPTIONS_H_ 3331 #endif // CHROME_BROWSER_FLAG_DESCRIPTIONS_H_
OLDNEW
« no previous file with comments | « chrome/browser/android/voice_search_tab_helper.cc ('k') | chrome/browser/flag_descriptions.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698