| Index: chromeos/chromeos_switches.cc
|
| diff --git a/chromeos/chromeos_switches.cc b/chromeos/chromeos_switches.cc
|
| index 1fbf1c51119d5ef9d97e7b0611a7e4545df0f0e7..a54c0fdc46bfc5c9b8b3b6ce246e0f91c5672201 100644
|
| --- a/chromeos/chromeos_switches.cc
|
| +++ b/chromeos/chromeos_switches.cc
|
| @@ -52,10 +52,11 @@ const char kDisableNewChannelSwitcherUI[] = "disable-new-channel-switcher-ui";
|
| // Disables new Kiosk UI when kiosk apps are represented as user pods.
|
| const char kDisableNewKioskUI[] = "disable-new-kiosk-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[] =
|
| - "disable-quickoffice-component-app";
|
| +// Disable Office Editing for Docs, Sheets & Slides component app so handlers
|
| +// won't be registered, making it possible to install another version for
|
| +// testing.
|
| +const char kDisableOfficeEditingComponentApp[] =
|
| + "disable-office-editing-component-extension";
|
|
|
| // Disables rollback option on reset screen.
|
| const char kDisableRollbackOption[] = "disable-rollback-option";
|
|
|