| Index: chromeos/chromeos_switches.cc
|
| diff --git a/chromeos/chromeos_switches.cc b/chromeos/chromeos_switches.cc
|
| index 173747665eff1f1fefaf3e19d8a87686ec3e043a..b5d7f5c480a563c65f44976e8c9e91f8bd1cdcef 100644
|
| --- a/chromeos/chromeos_switches.cc
|
| +++ b/chromeos/chromeos_switches.cc
|
| @@ -206,6 +206,10 @@ const char kPowerStub[] = "power-stub";
|
| // 'interactive=3' - Interactive mode, connect/scan/etc requests take 3 secs
|
| const char kShillStub[] = "shill-stub";
|
|
|
| +// If this switch is set, controller pairing process is displayed after update
|
| +// stage of OOBE.
|
| +const char kShowControllerPairingDemo[] = "show-controller-pairing-demo";
|
| +
|
| // Sends test messages on first call to RequestUpdate (stub only).
|
| const char kSmsTestMessages[] = "sms-test-messages";
|
|
|
|
|