| Index: chromeos/chromeos_switches.cc
|
| diff --git a/chromeos/chromeos_switches.cc b/chromeos/chromeos_switches.cc
|
| index 78f164ded7963da95c57d6702015d5db3bf36715..00792f7820082cf8b4073f2049a744deee360a63 100644
|
| --- a/chromeos/chromeos_switches.cc
|
| +++ b/chromeos/chromeos_switches.cc
|
| @@ -6,6 +6,9 @@
|
|
|
| #include "base/command_line.h"
|
|
|
| +// TODO(rsorokin): alphabetize all of these switches so they
|
| +// match the order from the .h file
|
| +
|
| namespace chromeos {
|
| namespace switches {
|
|
|
| @@ -281,6 +284,10 @@ const char kDisableMemoryPressureSystemChromeOS[] =
|
| // Enables waking the device based on the receipt of some network packets.
|
| const char kWakeOnPackets[] = "wake-on-packets";
|
|
|
| +// Specifies the path for GAIA endpoint. The default value is
|
| +// "ServiceLogin?skipvpage=true&sarp=1&rm=hide".
|
| +const char kGaiaEndpointChromeOS[] = "gaia-endpoint-chromeos";
|
| +
|
| // Screenshot testing: specifies the directory where the golden screenshots are
|
| // stored.
|
| const char kGoldenScreenshotsDir[] = "golden-screenshots-dir";
|
|
|