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

Unified Diff: chromeos/chromeos_switches.cc

Issue 2890843002: Policy implementation for encryptfs to ext4 migration strategy (Closed)
Patch Set: Merge done Created 3 years, 6 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 | « chromeos/chromeos_switches.h ('k') | components/policy/resources/policy_templates.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/chromeos_switches.cc
diff --git a/chromeos/chromeos_switches.cc b/chromeos/chromeos_switches.cc
index e0c71a6ca31b8fb1be26d0f197c5e07f2f9be70a..109693cdebb93af8e7ebadb5da40d86768d4adc1 100644
--- a/chromeos/chromeos_switches.cc
+++ b/chromeos/chromeos_switches.cc
@@ -417,6 +417,12 @@ const char kMemoryPressureThresholds[] = "memory-pressure-thresholds";
// Enables natural scroll by default.
const char kNaturalScrollDefault[] = "enable-natural-scroll-default";
+// If present, the device needs to check the policy to see if the migration to
+// ext4 for ARC is allowed. It should be present only on devices that have been
+// initially issued with ecrypfs encryption and have ARC (N+) available. For the
+// devices in other categories this flag must be missing.
+const char kNeedArcMigrationPolicyCheck[] = "need-arc-migration-policy-check";
+
// Enables Settings based network config in MD Settings.
const char kNetworkSettingsConfig[] = "network-settings-config";
« no previous file with comments | « chromeos/chromeos_switches.h ('k') | components/policy/resources/policy_templates.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698