Chromium Code Reviews| 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"; |