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

Unified Diff: chrome/browser/about_flags.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/app/chromeos_strings.grdp ('k') | chrome/browser/browser_resources.grd » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index a3d1c29ac100e245286b62168fd0e23db907eab9..e23918a3135044a798934de144e1e36ce8cc1586 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -1554,11 +1554,11 @@ const Experiment kExperiments[] = {
},
#if defined(OS_CHROMEOS)
{
- "enable-quickoffice-editing",
- IDS_FLAGS_ENABLE_QUICKOFFICE_DESKTOP_EDIT_NAME,
- IDS_FLAGS_ENABLE_QUICKOFFICE_DESKTOP_EDIT_DESCRIPTION,
+ "enable-quickoffice-viewing",
+ IDS_FLAGS_ENABLE_QUICKOFFICE_DESKTOP_VIEWING_NAME,
+ IDS_FLAGS_ENABLE_QUICKOFFICE_DESKTOP_VIEWING_DESCRIPTION,
kOsCrOS,
- SINGLE_VALUE_TYPE(switches::kEnableQuickofficeEdit),
+ SINGLE_VALUE_TYPE(switches::kEnableQuickofficeViewing),
},
{
"enable-sticky-keys",
« no previous file with comments | « chrome/app/chromeos_strings.grdp ('k') | chrome/browser/browser_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698