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 2895 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2906 const char kEnableImeMenuDescription[] = | 2906 const char kEnableImeMenuDescription[] = |
2907 "Enable access to the new IME menu in the Language Settings page."; | 2907 "Enable access to the new IME menu in the Language Settings page."; |
2908 | 2908 |
2909 const char kEnableEhvInputName[] = | 2909 const char kEnableEhvInputName[] = |
2910 "Emoji, handwriting and voice input on opt-in IME menu"; | 2910 "Emoji, handwriting and voice input on opt-in IME menu"; |
2911 | 2911 |
2912 const char kEnableEhvInputDescription[] = | 2912 const char kEnableEhvInputDescription[] = |
2913 "Enable access to emoji, handwriting and voice input form opt-in IME " | 2913 "Enable access to emoji, handwriting and voice input form opt-in IME " |
2914 "menu."; | 2914 "menu."; |
2915 | 2915 |
| 2916 const char kEnableEncryptionMigrationName[] = |
| 2917 "Enable encryption migration of user data"; |
| 2918 |
| 2919 const char kEnableEncryptionMigrationDescription[] = |
| 2920 "If enabled and the device supports ARC, the user will be asked to update " |
| 2921 "the encryption of user data when the user signs in."; |
| 2922 |
2916 #endif // #if defined(OS_CHROMEOS) | 2923 #endif // #if defined(OS_CHROMEOS) |
2917 | 2924 |
2918 } // namespace flag_descriptions | 2925 } // namespace flag_descriptions |
OLD | NEW |