Index: chromeos/chromeos_switches.cc |
diff --git a/chromeos/chromeos_switches.cc b/chromeos/chromeos_switches.cc |
index 1e210b9609192c75c33e31d917e87b86479c482d..e5398375c6311f4d1632f72a33ffc9ab181e3ab9 100644 |
--- a/chromeos/chromeos_switches.cc |
+++ b/chromeos/chromeos_switches.cc |
@@ -13,6 +13,11 @@ const char kChromeOSReleaseBoard[] = "chromeos-release-board"; |
// Forces the stub implementation of dbus clients. |
const char kDbusStub[] = "dbus-stub"; |
+// 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"; |
+ |
// Disables fetching online CrOS EULA page, only static version is shown. |
const char kDisableOnlineEULA[] = "disable-cros-online-eula"; |