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

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

Issue 2888203003: Add separate feature flag for VR CCT browsing. (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
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 918 matching lines...) Expand 10 before | Expand all | Expand 10 after
929 929
930 extern const char kEnableOskOverscrollName[]; 930 extern const char kEnableOskOverscrollName[];
931 extern const char kEnableOskOverscrollDescription[]; 931 extern const char kEnableOskOverscrollDescription[];
932 932
933 extern const char kEnableSpecialLocaleName[]; 933 extern const char kEnableSpecialLocaleName[];
934 extern const char kEnableSpecialLocaleDescription[]; 934 extern const char kEnableSpecialLocaleDescription[];
935 935
936 extern const char kEnableVrShellName[]; 936 extern const char kEnableVrShellName[];
937 extern const char kEnableVrShellDescription[]; 937 extern const char kEnableVrShellDescription[];
938 938
939 extern const char kVrCustomTabBrowsingName[];
940 extern const char kVrCustomTabBrowsingDescription[];
941
939 extern const char kEnableWebapk[]; 942 extern const char kEnableWebapk[];
940 extern const char kEnableWebapkDescription[]; 943 extern const char kEnableWebapkDescription[];
941 944
942 extern const char kEnableWebNfcName[]; 945 extern const char kEnableWebNfcName[];
943 extern const char kEnableWebNfcDescription[]; 946 extern const char kEnableWebNfcDescription[];
944 947
945 extern const char kEnableWebPaymentsSingleAppUiSkipName[]; 948 extern const char kEnableWebPaymentsSingleAppUiSkipName[];
946 extern const char kEnableWebPaymentsSingleAppUiSkipDescription[]; 949 extern const char kEnableWebPaymentsSingleAppUiSkipDescription[];
947 950
948 extern const char kHerbPrototypeChoicesName[]; 951 extern const char kHerbPrototypeChoicesName[];
(...skipping 504 matching lines...) Expand 10 before | Expand all | Expand 10 after
1453 #endif // defined(TOOLKIT_VIEWS) || defined(OS_ANDROID) 1456 #endif // defined(TOOLKIT_VIEWS) || defined(OS_ANDROID)
1454 1457
1455 // ============================================================================ 1458 // ============================================================================
1456 // Don't just add flags to the end, put them in the right section in 1459 // Don't just add flags to the end, put them in the right section in
1457 // alphabetical order. See top instructions for more. 1460 // alphabetical order. See top instructions for more.
1458 // ============================================================================ 1461 // ============================================================================
1459 1462
1460 } // namespace flag_descriptions 1463 } // namespace flag_descriptions
1461 1464
1462 #endif // CHROME_BROWSER_FLAG_DESCRIPTIONS_H_ 1465 #endif // CHROME_BROWSER_FLAG_DESCRIPTIONS_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698