summaryrefslogtreecommitdiffstats
path: root/chromeos/chromeos_switches.cc
diff options
context:
space:
mode:
authordpolukhin@chromium.org <dpolukhin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-04-25 19:16:26 +0000
committerdpolukhin@chromium.org <dpolukhin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-04-25 19:16:26 +0000
commit099b890cc3a350c0d07cd1a0e37f022af8726dcc (patch)
treeff12598ad4b6c8df5d05cf44e659e91bc49156e6 /chromeos/chromeos_switches.cc
parent991db24d1532eed736d55eb1d3a1b08783d363ca (diff)
downloadchromium_src-099b890cc3a350c0d07cd1a0e37f022af8726dcc.zip
chromium_src-099b890cc3a350c0d07cd1a0e37f022af8726dcc.tar.gz
chromium_src-099b890cc3a350c0d07cd1a0e37f022af8726dcc.tar.bz2
Add option in about:flags to disable Quickoffice component extension
Previously it was chrome default flag but it is not enough because we need to disable it on official builds from UI for testing purpose. BUG=234604 TEST=manual Review URL: https://chromiumcodereview.appspot.com/14190013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@196452 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chromeos/chromeos_switches.cc')
-rw-r--r--chromeos/chromeos_switches.cc5
1 files changed, 5 insertions, 0 deletions
diff --git a/chromeos/chromeos_switches.cc b/chromeos/chromeos_switches.cc
index 1e210b9..e539837 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";