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
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index 584b900..b1cc340c 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -1081,6 +1081,13 @@
kOsCrOS,
SINGLE_VALUE_TYPE(switches::kDisableFullscreenApp),
},
+ {
+ "disable-quickoffice-component-app",
+ IDS_FLAGS_DISABLE_QUICKOFFICE_COMPONENT_APP_NAME,
+ IDS_FLAGS_DISABLE_QUICKOFFICE_COMPONENT_APP_DESCRIPTION,
+ kOsCrOS,
+ SINGLE_VALUE_TYPE(chromeos::switches::kDisableQuickofficeComponentApp),
+ },
#endif // defined(OS_CHROMEOS)
{
"views-textfield",