| 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
|
| +const char kEnableAD[] = "enable-ad";
|
| +
|
| // Enables starting the ARC instance upon session start.
|
| const char kEnableArc[] = "enable-arc";
|
|
|
|
|