| 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.
|
|
|