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

Unified Diff: chrome/common/chrome_switches.cc

Issue 21629003: Enable QuickOffice editor by default (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: updated version and name Created 7 years, 4 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 | « chrome/common/chrome_switches.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index 40e19dde2a3fa898e0ed8fe7ae72ac3bbe8e0761..805e414de16e732de4dd6a478b9a36012335182b 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -667,8 +667,8 @@ const char kEnableQuic[] = "enable-quic";
// testing flag. This only has an effect if QUIC protocol is enabled.
const char kEnableQuicHttps[] = "enable-quic-https";
-// Enables the Quickoffoce/Chrome document editor rather than the viewer.
-const char kEnableQuickofficeEdit[] = "enable-quickoffice-editing";
+// Enables the Quickoffoce/Chrome document viewer rather than the editor.
+const char kEnableQuickofficeViewing[] = "enable-quickoffice-viewing";
// Enables support in chrome://settings to reset settings in your profile
// that are often touched by malware.
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698