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