OLD | NEW |
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 const char kBrowserSideNavigationName[] = "Enable browser side navigation"; | 9 const char kBrowserSideNavigationName[] = "Enable browser side navigation"; |
10 | 10 |
(...skipping 1567 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1578 #if defined(OS_WIN) | 1578 #if defined(OS_WIN) |
1579 | 1579 |
1580 const char kEnableAppcontainerName[] = "Enable AppContainer Lockdown."; | 1580 const char kEnableAppcontainerName[] = "Enable AppContainer Lockdown."; |
1581 | 1581 |
1582 const char kEnableAppcontainerDescription[] = | 1582 const char kEnableAppcontainerDescription[] = |
1583 "Enables the use of an AppContainer on sandboxed processes to improve " | 1583 "Enables the use of an AppContainer on sandboxed processes to improve " |
1584 "security."; | 1584 "security."; |
1585 | 1585 |
1586 #endif // defined(OS_WIN) | 1586 #endif // defined(OS_WIN) |
1587 | 1587 |
1588 #if defined(TOOLKIT_VIEWS) || (defined(OS_MACOSX) && !defined(OS_IOS)) | 1588 #if defined(TOOLKIT_VIEWS) || defined(OS_MACOSX) |
1589 | 1589 |
1590 const char kShowCertLinkOnPageInfoName[] = "Show certificate link"; | 1590 const char kShowCertLinkOnPageInfoName[] = "Show certificate link"; |
1591 | 1591 |
1592 const char kShowCertLinkOnPageInfoDescription[] = | 1592 const char kShowCertLinkOnPageInfoDescription[] = |
1593 "Add a link from the Page Info bubble to the certificate viewer for HTTPS " | 1593 "Add a link from the Page Info bubble to the certificate viewer for HTTPS " |
1594 "sites."; | 1594 "sites."; |
1595 | 1595 |
1596 #endif // defined(TOOLKIT_VIEWS) || (defined(OS_MACOSX) && !defined(OS_IOS)) | 1596 #endif // defined(TOOLKIT_VIEWS) || defined(OS_MACOSX) |
1597 | 1597 |
1598 #if defined(TOOLKIT_VIEWS) || defined(OS_ANDROID) | 1598 #if defined(TOOLKIT_VIEWS) || defined(OS_ANDROID) |
1599 | 1599 |
1600 const char kAutofillCreditCardUploadName[] = | 1600 const char kAutofillCreditCardUploadName[] = |
1601 "Enable offering upload of Autofilled credit cards"; | 1601 "Enable offering upload of Autofilled credit cards"; |
1602 | 1602 |
1603 const char kAutofillCreditCardUploadDescription[] = | 1603 const char kAutofillCreditCardUploadDescription[] = |
1604 "Enables a new option to upload credit cards to Google Payments for " | 1604 "Enables a new option to upload credit cards to Google Payments for " |
1605 "sync to all Chrome devices."; | 1605 "sync to all Chrome devices."; |
1606 | 1606 |
(...skipping 1577 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3184 #if defined(OS_WIN) | 3184 #if defined(OS_WIN) |
3185 | 3185 |
3186 // Name and description of the flag that enables D3D v-sync. | 3186 // Name and description of the flag that enables D3D v-sync. |
3187 const char kEnableD3DVsync[] = "D3D v-sync"; | 3187 const char kEnableD3DVsync[] = "D3D v-sync"; |
3188 const char kEnableD3DVsyncDescription[] = | 3188 const char kEnableD3DVsyncDescription[] = |
3189 "Produces v-sync signal by having D3D wait for vertical blanking interval " | 3189 "Produces v-sync signal by having D3D wait for vertical blanking interval " |
3190 "to occur."; | 3190 "to occur."; |
3191 | 3191 |
3192 #endif // defined(OS_WIN) | 3192 #endif // defined(OS_WIN) |
3193 | 3193 |
3194 #if !defined(OS_ANDROID) && !defined(OS_IOS) | 3194 #if !defined(OS_ANDROID) |
3195 | 3195 |
3196 const char kAccountConsistencyName[] = | 3196 const char kAccountConsistencyName[] = |
3197 "Identity consistency between browser and cookie jar"; | 3197 "Identity consistency between browser and cookie jar"; |
3198 | 3198 |
3199 const char kAccountConsistencyDescription[] = | 3199 const char kAccountConsistencyDescription[] = |
3200 "When enabled, the browser manages signing in and out of Google " | 3200 "When enabled, the browser manages signing in and out of Google " |
3201 "accounts."; | 3201 "accounts."; |
3202 | 3202 |
3203 const char kAccountConsistencyChoiceMirror[] = "Mirror"; | 3203 const char kAccountConsistencyChoiceMirror[] = "Mirror"; |
3204 const char kAccountConsistencyChoiceDice[] = "Dice"; | 3204 const char kAccountConsistencyChoiceDice[] = "Dice"; |
3205 | 3205 |
3206 const char kUseGoogleLocalNtpName[] = "Enable using the Google local NTP"; | 3206 const char kUseGoogleLocalNtpName[] = "Enable using the Google local NTP"; |
3207 const char kUseGoogleLocalNtpDescription[] = | 3207 const char kUseGoogleLocalNtpDescription[] = |
3208 "Use the local New Tab page if Google is the default search engine."; | 3208 "Use the local New Tab page if Google is the default search engine."; |
3209 | 3209 |
3210 const char kOneGoogleBarOnLocalNtpName[] = | 3210 const char kOneGoogleBarOnLocalNtpName[] = |
3211 "Enable the OneGoogleBar on the local NTP"; | 3211 "Enable the OneGoogleBar on the local NTP"; |
3212 const char kOneGoogleBarOnLocalNtpDescription[] = | 3212 const char kOneGoogleBarOnLocalNtpDescription[] = |
3213 "Show a OneGoogleBar on the local New Tab page if Google is the default " | 3213 "Show a OneGoogleBar on the local New Tab page if Google is the default " |
3214 "search engine."; | 3214 "search engine."; |
3215 | 3215 |
3216 #endif // !defined(OS_ANDROID) && !defined(OS_IOS) | 3216 #endif // !defined(OS_ANDROID) |
3217 | 3217 |
3218 #if defined(OS_MACOSX) | 3218 #if defined(OS_MACOSX) |
3219 extern const char kMacRTLName[] = "Enable RTL"; | 3219 extern const char kMacRTLName[] = "Enable RTL"; |
3220 extern const char kMacRTLDescription[] = | 3220 extern const char kMacRTLDescription[] = |
3221 "Mirrors the UI for RTL language users"; | 3221 "Mirrors the UI for RTL language users"; |
3222 extern const char kMacTouchBarName[] = "Hardware TouchBar"; | 3222 extern const char kMacTouchBarName[] = "Hardware TouchBar"; |
3223 extern const char kMacTouchBarDescription[] = | 3223 extern const char kMacTouchBarDescription[] = |
3224 "Control the use of the TouchBar."; | 3224 "Control the use of the TouchBar."; |
3225 #endif | 3225 #endif |
3226 | 3226 |
3227 #if defined(OS_CHROMEOS) | 3227 #if defined(OS_CHROMEOS) |
3228 | 3228 |
3229 const char kDisableNewVirtualKeyboardBehaviorName[] = | 3229 const char kDisableNewVirtualKeyboardBehaviorName[] = |
3230 "New window behavior for the accessibility keyboard"; | 3230 "New window behavior for the accessibility keyboard"; |
3231 const char kDisableNewVirtualKeyboardBehaviorDescription[] = | 3231 const char kDisableNewVirtualKeyboardBehaviorDescription[] = |
3232 "Disable new window behavior for the accessibility keyboard " | 3232 "Disable new window behavior for the accessibility keyboard " |
3233 "in non-sticky mode (do not change work area in non-sticky mode)."; | 3233 "in non-sticky mode (do not change work area in non-sticky mode)."; |
3234 | 3234 |
3235 const char kUiDevToolsName[] = "Enable native UI inspection"; | 3235 const char kUiDevToolsName[] = "Enable native UI inspection"; |
3236 const char kUiDevToolsDescription[] = | 3236 const char kUiDevToolsDescription[] = |
3237 "Enables inspection of native UI elements. For local inspection use " | 3237 "Enables inspection of native UI elements. For local inspection use " |
3238 "chrome://inspect#other"; | 3238 "chrome://inspect#other"; |
3239 | 3239 |
3240 #endif // defined(OS_CHROMEOS) | 3240 #endif // defined(OS_CHROMEOS) |
3241 | 3241 |
3242 } // namespace flag_descriptions | 3242 } // namespace flag_descriptions |
OLD | NEW |