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

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

Issue 2798023005: Force encryption migration if the device supports ARC. (Closed)
Patch Set: Bind |auth_mode| Created 3 years, 8 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 2895 matching lines...) Expand 10 before | Expand all | Expand 10 after
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
OLDNEW
« no previous file with comments | « chrome/browser/flag_descriptions.h ('k') | chrome/browser/resources/chromeos/login/screen_encryption_migration.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698