| 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";
|
|
|
|
|