| Index: chromeos/chromeos_switches.cc
|
| diff --git a/chromeos/chromeos_switches.cc b/chromeos/chromeos_switches.cc
|
| index 29be39dca3ebe5f5799a8df8be188d1985cb01ed..1e210b9609192c75c33e31d917e87b86479c482d 100644
|
| --- a/chromeos/chromeos_switches.cc
|
| +++ b/chromeos/chromeos_switches.cc
|
| @@ -13,6 +13,9 @@ const char kChromeOSReleaseBoard[] = "chromeos-release-board";
|
| // Forces the stub implementation of dbus clients.
|
| const char kDbusStub[] = "dbus-stub";
|
|
|
| +// Disables fetching online CrOS EULA page, only static version is shown.
|
| +const char kDisableOnlineEULA[] = "disable-cros-online-eula";
|
| +
|
| // Disables portal detection and network error handling before auto
|
| // update.
|
| const char kDisableOOBEBlockingUpdate[] =
|
|
|