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

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

Issue 2930803002: Remove flag --disable-views-rect-based-targeting (Closed)
Patch Set: restore enum entry Created 3 years, 6 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 746 matching lines...) Expand 10 before | Expand all | Expand 10 after
757 757
758 extern const char kVibrateRequiresUserGestureName[]; 758 extern const char kVibrateRequiresUserGestureName[];
759 extern const char kVibrateRequiresUserGestureDescription[]; 759 extern const char kVibrateRequiresUserGestureDescription[];
760 760
761 extern const char kVideoFullscreenOrientationLockName[]; 761 extern const char kVideoFullscreenOrientationLockName[];
762 extern const char kVideoFullscreenOrientationLockDescription[]; 762 extern const char kVideoFullscreenOrientationLockDescription[];
763 763
764 extern const char kVideoRotateToFullscreenName[]; 764 extern const char kVideoRotateToFullscreenName[];
765 extern const char kVideoRotateToFullscreenDescription[]; 765 extern const char kVideoRotateToFullscreenDescription[];
766 766
767 extern const char kViewsRectBasedTargetingName[];
768 extern const char kViewsRectBasedTargetingDescription[];
769
770 extern const char kWalletServiceUseSandboxName[]; 767 extern const char kWalletServiceUseSandboxName[];
771 extern const char kWalletServiceUseSandboxDescription[]; 768 extern const char kWalletServiceUseSandboxDescription[];
772 769
773 extern const char kWebgl2Name[]; 770 extern const char kWebgl2Name[];
774 extern const char kWebgl2Description[]; 771 extern const char kWebgl2Description[];
775 772
776 extern const char kWebglDraftExtensionsName[]; 773 extern const char kWebglDraftExtensionsName[];
777 extern const char kWebglDraftExtensionsDescription[]; 774 extern const char kWebglDraftExtensionsDescription[];
778 775
779 extern const char kWebMidiName[]; 776 extern const char kWebMidiName[];
(...skipping 726 matching lines...) Expand 10 before | Expand all | Expand 10 after
1506 #endif // defined(TOOLKIT_VIEWS) || defined(OS_ANDROID) 1503 #endif // defined(TOOLKIT_VIEWS) || defined(OS_ANDROID)
1507 1504
1508 // ============================================================================ 1505 // ============================================================================
1509 // Don't just add flags to the end, put them in the right section in 1506 // Don't just add flags to the end, put them in the right section in
1510 // alphabetical order. See top instructions for more. 1507 // alphabetical order. See top instructions for more.
1511 // ============================================================================ 1508 // ============================================================================
1512 1509
1513 } // namespace flag_descriptions 1510 } // namespace flag_descriptions
1514 1511
1515 #endif // CHROME_BROWSER_FLAG_DESCRIPTIONS_H_ 1512 #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