Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(369)

Unified Diff: chromeos/chromeos_switches.cc

Issue 328143004: Change branding of Quickoffice flag (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chromeos/chromeos_switches.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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";
« no previous file with comments | « chromeos/chromeos_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698