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

Unified Diff: chrome/browser/chromeos/login/existing_user_controller.cc

Issue 2830933004: cros: Enable encryption migration UI by default. (Closed)
Patch Set: cros: Enable encryption migration UI by default. 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/about_flags.cc ('k') | chromeos/chromeos_switches.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/login/existing_user_controller.cc
diff --git a/chrome/browser/chromeos/login/existing_user_controller.cc b/chrome/browser/chromeos/login/existing_user_controller.cc
index e7d56876195f55dec908ab841af799852df970f9..8217396308c9f0589a577699fb8ad74970e88e3d 100644
--- a/chrome/browser/chromeos/login/existing_user_controller.cc
+++ b/chrome/browser/chromeos/login/existing_user_controller.cc
@@ -179,8 +179,8 @@ void RecordPasswordChangeFlow(LoginPasswordChangeFlow flow) {
}
bool ShouldForceDircrypto() {
- return base::CommandLine::ForCurrentProcess()->HasSwitch(
- chromeos::switches::kEnableEncryptionMigration) &&
+ return !base::CommandLine::ForCurrentProcess()->HasSwitch(
+ chromeos::switches::kDisableEncryptionMigration) &&
(arc::IsArcAvailable() || arc::IsArcKioskAvailable());
}
« no previous file with comments | « chrome/browser/about_flags.cc ('k') | chromeos/chromeos_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698