| 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 // Material Design version of chrome://bookmarks | 9 // Material Design version of chrome://bookmarks |
| 10 | 10 |
| (...skipping 1030 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1041 "How the password manager handles autofill for the sync credential."; | 1041 "How the password manager handles autofill for the sync credential."; |
| 1042 | 1042 |
| 1043 const char kPasswordImportExportName[] = "Password import and export"; | 1043 const char kPasswordImportExportName[] = "Password import and export"; |
| 1044 | 1044 |
| 1045 const char kPasswordImportExportDescription[] = | 1045 const char kPasswordImportExportDescription[] = |
| 1046 "Import and Export functionality in password settings."; | 1046 "Import and Export functionality in password settings."; |
| 1047 | 1047 |
| 1048 const char kProtectSyncCredentialOnReauthName[] = | 1048 const char kProtectSyncCredentialOnReauthName[] = |
| 1049 "Autofill sync credential only for transactional reauth pages"; | 1049 "Autofill sync credential only for transactional reauth pages"; |
| 1050 | 1050 |
| 1051 const char kPredictorPreconnectName[] = "Predictor preconnect"; |
| 1052 |
| 1053 const char kPredictorPreconnectDescription[] = "Enable predictor preconnect."; |
| 1054 |
| 1051 const char kProtectSyncCredentialOnReauthDescription[] = | 1055 const char kProtectSyncCredentialOnReauthDescription[] = |
| 1052 "How the password manager handles autofill for the sync credential only " | 1056 "How the password manager handles autofill for the sync credential only " |
| 1053 "for transactional reauth pages."; | 1057 "for transactional reauth pages."; |
| 1054 | 1058 |
| 1055 const char kIconNtpName[] = "Large icons on the New Tab page"; | 1059 const char kIconNtpName[] = "Large icons on the New Tab page"; |
| 1056 | 1060 |
| 1057 const char kIconNtpDescription[] = | 1061 const char kIconNtpDescription[] = |
| 1058 "Enable the experimental New Tab page using large icons."; | 1062 "Enable the experimental New Tab page using large icons."; |
| 1059 | 1063 |
| 1060 const char kPushApiBackgroundModeName[] = "Enable Push API background mode"; | 1064 const char kPushApiBackgroundModeName[] = "Enable Push API background mode"; |
| (...skipping 2142 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3203 | 3207 |
| 3204 const char kDisableNewVirtualKeyboardBehaviorName[] = | 3208 const char kDisableNewVirtualKeyboardBehaviorName[] = |
| 3205 "New window behavior for the accessibility keyboard"; | 3209 "New window behavior for the accessibility keyboard"; |
| 3206 const char kDisableNewVirtualKeyboardBehaviorDescription[] = | 3210 const char kDisableNewVirtualKeyboardBehaviorDescription[] = |
| 3207 "Disable new window behavior for the accessibility keyboard " | 3211 "Disable new window behavior for the accessibility keyboard " |
| 3208 "in non-sticky mode (do not change work area in non-sticky mode)."; | 3212 "in non-sticky mode (do not change work area in non-sticky mode)."; |
| 3209 | 3213 |
| 3210 #endif // defined(OS_CHROMEOS) | 3214 #endif // defined(OS_CHROMEOS) |
| 3211 | 3215 |
| 3212 } // namespace flag_descriptions | 3216 } // namespace flag_descriptions |
| OLD | NEW |