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

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

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 #include "chrome/browser/flag_descriptions.h" 5 #include "chrome/browser/flag_descriptions.h"
6 6
7 namespace flag_descriptions { 7 namespace flag_descriptions {
8 8
9 // Material Design version of chrome://bookmarks 9 // Material Design version of chrome://bookmarks
10 10
(...skipping 2514 matching lines...) Expand 10 before | Expand all | Expand 10 after
2525 "Block the Vibration API if no user gesture has been received on " 2525 "Block the Vibration API if no user gesture has been received on "
2526 "the frame or any embedded frame."; 2526 "the frame or any embedded frame.";
2527 2527
2528 #if defined(OS_ANDROID) 2528 #if defined(OS_ANDROID)
2529 2529
2530 const char kEnableVrShellName[] = "Enable Chrome VR."; 2530 const char kEnableVrShellName[] = "Enable Chrome VR.";
2531 2531
2532 const char kEnableVrShellDescription[] = 2532 const char kEnableVrShellDescription[] =
2533 "Allow browsing with a VR headset if available for this device."; 2533 "Allow browsing with a VR headset if available for this device.";
2534 2534
2535 const char kVrCustomTabBrowsingName[] = "Enable Custom Tab browsing in VR.";
2536
2537 const char kVrCustomTabBrowsingDescription[] =
2538 "Allow browsing with a VR headset in a Custom Tab if available for this "
2539 "device.";
2540
2535 #endif // defined(OS_ANDROID) 2541 #endif // defined(OS_ANDROID)
2536 2542
2537 // Web payments 2543 // Web payments
2538 2544
2539 const char kWebPaymentsName[] = "Web Payments"; 2545 const char kWebPaymentsName[] = "Web Payments";
2540 2546
2541 const char kWebPaymentsDescription[] = 2547 const char kWebPaymentsDescription[] =
2542 "Enable Web Payments API integration, a JavaScript API for merchants."; 2548 "Enable Web Payments API integration, a JavaScript API for merchants.";
2543 2549
2544 #if defined(OS_ANDROID) 2550 #if defined(OS_ANDROID)
(...skipping 606 matching lines...) Expand 10 before | Expand all | Expand 10 after
3151 3157
3152 #endif // !defined(OS_ANDROID) && !defined(OS_IOS) 3158 #endif // !defined(OS_ANDROID) && !defined(OS_IOS)
3153 3159
3154 #if defined(OS_MACOSX) 3160 #if defined(OS_MACOSX)
3155 extern const char kMacRTLName[] = "Enable RTL"; 3161 extern const char kMacRTLName[] = "Enable RTL";
3156 extern const char kMacRTLDescription[] = 3162 extern const char kMacRTLDescription[] =
3157 "Mirrors the UI for RTL language users"; 3163 "Mirrors the UI for RTL language users";
3158 #endif 3164 #endif
3159 3165
3160 } // namespace flag_descriptions 3166 } // namespace flag_descriptions
OLDNEW
« chrome/browser/about_flags.cc ('K') | « chrome/browser/flag_descriptions.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698