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

Unified Diff: chromeos/chromeos_switches.cc

Issue 2433363004: Chromad: added AD Join ui, authpolicy_client (Closed)
Patch Set: nit Created 4 years, 1 month 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
Index: chromeos/chromeos_switches.cc
diff --git a/chromeos/chromeos_switches.cc b/chromeos/chromeos_switches.cc
index 564105ced27fe9278eb4c463c4fcfe03c6a92806..6b691692cc3c533ddc3e12d67bb0be2e7984dc19 100644
--- a/chromeos/chromeos_switches.cc
+++ b/chromeos/chromeos_switches.cc
@@ -212,6 +212,9 @@ const char kEafePath[] = "eafe-path";
// EAFE URL to use for Easy bootstrapping.
const char kEafeUrl[] = "eafe-url";
+// Enables AD functionality.
+const char kEnableAd[] = "enable-ad";
+
// Enables starting the ARC instance upon session start.
const char kEnableArc[] = "enable-arc";

Powered by Google App Engine
This is Rietveld 408576698