| Index: chromeos/chromeos_switches.cc
|
| diff --git a/chromeos/chromeos_switches.cc b/chromeos/chromeos_switches.cc
|
| index 25bb867fcbc718879a6dbf76bef98132cb45354e..6e4081b87f7c2157a6eda487f5d71e10646c3d36 100644
|
| --- a/chromeos/chromeos_switches.cc
|
| +++ b/chromeos/chromeos_switches.cc
|
| @@ -237,6 +237,9 @@ const char kForceFirstRunUI[] = "force-first-run-ui";
|
| // Enables testing for auto update UI.
|
| const char kTestAutoUpdateUI[] = "test-auto-update-ui";
|
|
|
| +// Enables waking the device based on the receipt of some network packets.
|
| +const char kWakeOnPackets[] = "wake-on-packets";
|
| +
|
| // Screenshot testing: specifies the directory where the golden screenshots are
|
| // stored.
|
| const char kGoldenScreenshotsDir[] = "golden-screenshots-dir";
|
|
|