| Index: chromeos/chromeos_switches.cc
|
| diff --git a/chromeos/chromeos_switches.cc b/chromeos/chromeos_switches.cc
|
| index e1ce23112550c3e2c6438ed715b1baa7d70eee85..e3b9d07877e80c8213e4c222016e29ec51a9fd28 100644
|
| --- a/chromeos/chromeos_switches.cc
|
| +++ b/chromeos/chromeos_switches.cc
|
| @@ -44,6 +44,9 @@ const char kDisableLocalAccounts[] = "disable-local-accounts";
|
| // Avoid doing expensive animations upon login.
|
| const char kDisableLoginAnimations[] = "disable-login-animations";
|
|
|
| +// Disable new channel switcher UI.
|
| +const char kDisableNewChannelSwitcherUI[] = "disable-new-channel-switcher-ui";
|
| +
|
| // Disable Quickoffice component app thus handlers won't be registered so
|
| // it will be possible to install another version as normal app for testing.
|
| const char kDisableQuickofficeComponentApp[] =
|
|
|