| Index: chromeos/chromeos_switches.cc
|
| diff --git a/chromeos/chromeos_switches.cc b/chromeos/chromeos_switches.cc
|
| index 35e50285ea89b18d86126e1da982ed7f5b7b7f3b..82cc0d39a338877bd484ce764f76fdeefcb17f97 100644
|
| --- a/chromeos/chromeos_switches.cc
|
| +++ b/chromeos/chromeos_switches.cc
|
| @@ -24,6 +24,9 @@ const char kChromeOSReleaseBoard[] = "chromeos-release-board";
|
| // Forces the stub implementation of dbus clients.
|
| const char kDbusStub[] = "dbus-stub";
|
|
|
| +// All stub networks are idle by default.
|
| +const char kDefaultStubNetworkStateIdle[] = "default-stub-network-state-idle";
|
| +
|
| // Disables wallpaper boot animation (except of OOBE case).
|
| const char kDisableBootAnimation[] = "disable-boot-animation";
|
|
|
| @@ -92,6 +95,9 @@ const char kEnableScreensaverExtensions[] = "enable-screensaver-extensions";
|
| // Enable "interactive" mode for stub implemenations (e.g. NetworkStateHandler)
|
| const char kEnableStubInteractive[] = "enable-stub-interactive";
|
|
|
| +// Enable stub portalled wifi network for testing.
|
| +const char kEnableStubPortalledWifi[] = "enable-stub-portalled-wifi";
|
| +
|
| // Enables touchpad three-finger-click as middle button.
|
| const char kEnableTouchpadThreeFingerClick[]
|
| = "enable-touchpad-three-finger-click";
|
|
|