| 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 #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 147 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 158 | 158 |
| 159 extern const char kEasyUnlockBluetoothLowEnergyDiscoveryName[]; | 159 extern const char kEasyUnlockBluetoothLowEnergyDiscoveryName[]; |
| 160 extern const char kEasyUnlockBluetoothLowEnergyDiscoveryDescription[]; | 160 extern const char kEasyUnlockBluetoothLowEnergyDiscoveryDescription[]; |
| 161 | 161 |
| 162 extern const char kEasyUnlockProximityDetectionName[]; | 162 extern const char kEasyUnlockProximityDetectionName[]; |
| 163 extern const char kEasyUnlockProximityDetectionDescription[]; | 163 extern const char kEasyUnlockProximityDetectionDescription[]; |
| 164 | 164 |
| 165 extern const char kEmbeddedExtensionOptionsName[]; | 165 extern const char kEmbeddedExtensionOptionsName[]; |
| 166 extern const char kEmbeddedExtensionOptionsDescription[]; | 166 extern const char kEmbeddedExtensionOptionsDescription[]; |
| 167 | 167 |
| 168 extern const char kEnable2dCanvasDynamicRenderingModeSwitchingName[]; | |
| 169 extern const char kEnable2dCanvasDynamicRenderingModeSwitchingDescription[]; | |
| 170 | |
| 171 extern const char kEnableAdjustableLargeCursorName[]; | 168 extern const char kEnableAdjustableLargeCursorName[]; |
| 172 extern const char kEnableAdjustableLargeCursorDescription[]; | 169 extern const char kEnableAdjustableLargeCursorDescription[]; |
| 173 | 170 |
| 174 extern const char kEnableAsmWasmName[]; | 171 extern const char kEnableAsmWasmName[]; |
| 175 extern const char kEnableAsmWasmDescription[]; | 172 extern const char kEnableAsmWasmDescription[]; |
| 176 | 173 |
| 177 extern const char kEnableAutofillCreditCardLastUsedDateDisplayName[]; | 174 extern const char kEnableAutofillCreditCardLastUsedDateDisplayName[]; |
| 178 extern const char kEnableAutofillCreditCardLastUsedDateDisplayDescription[]; | 175 extern const char kEnableAutofillCreditCardLastUsedDateDisplayDescription[]; |
| 179 | 176 |
| 180 extern const char kEnableAutofillCreditCardUploadCvcPromptName[]; | 177 extern const char kEnableAutofillCreditCardUploadCvcPromptName[]; |
| (...skipping 1298 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1479 #endif // defined(TOOLKIT_VIEWS) || defined(OS_ANDROID) | 1476 #endif // defined(TOOLKIT_VIEWS) || defined(OS_ANDROID) |
| 1480 | 1477 |
| 1481 // ============================================================================ | 1478 // ============================================================================ |
| 1482 // Don't just add flags to the end, put them in the right section in | 1479 // Don't just add flags to the end, put them in the right section in |
| 1483 // alphabetical order. See top instructions for more. | 1480 // alphabetical order. See top instructions for more. |
| 1484 // ============================================================================ | 1481 // ============================================================================ |
| 1485 | 1482 |
| 1486 } // namespace flag_descriptions | 1483 } // namespace flag_descriptions |
| 1487 | 1484 |
| 1488 #endif // CHROME_BROWSER_FLAG_DESCRIPTIONS_H_ | 1485 #endif // CHROME_BROWSER_FLAG_DESCRIPTIONS_H_ |
| OLD | NEW |