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

Unified Diff: chrome/common/chrome_switches.cc

Issue 22451003: Enable Quickoffice Editor by default. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: 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 5e0db9ae8000bfbf6b5abf4ab98061f90cc033e3..f2596cc69e24d05f1b7bbc98c1b8a03764bd329e 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