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

Unified Diff: chromeos/chromeos_switches.cc

Issue 2433363004: Chromad: added AD Join ui, authpolicy_client (Closed)
Patch Set: More polishing Created 4 years, 2 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
Index: chromeos/chromeos_switches.cc
diff --git a/chromeos/chromeos_switches.cc b/chromeos/chromeos_switches.cc
index 564105ced27fe9278eb4c463c4fcfe03c6a92806..59bdf7f23284a6a5e6744326c859452ede5dc45a 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
Dan Beam 2016/10/28 21:13:04 nit: . at end can we call this active directory (
Roman Sorokin (ftl) 2016/10/31 11:37:11 Done. We're still trying to fly under the radar.
+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