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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "chrome/common/chrome_switches.h" 5 #include "chrome/common/chrome_switches.h"
6 6
7 #include "base/base_switches.h" 7 #include "base/base_switches.h"
8 #include "base/command_line.h" 8 #include "base/command_line.h"
9 9
10 namespace switches { 10 namespace switches {
(...skipping 649 matching lines...) Expand 10 before | Expand all | Expand 10 after
660 // during chrome_browser_main. 660 // during chrome_browser_main.
661 const char kEnableProfiling[] = "enable-profiling"; 661 const char kEnableProfiling[] = "enable-profiling";
662 662
663 // Enables support for the QUIC protocol. This is a temporary testing flag. 663 // Enables support for the QUIC protocol. This is a temporary testing flag.
664 const char kEnableQuic[] = "enable-quic"; 664 const char kEnableQuic[] = "enable-quic";
665 665
666 // Enables support for the HTTPS over QUIC protocol. This is a temporary 666 // Enables support for the HTTPS over QUIC protocol. This is a temporary
667 // testing flag. This only has an effect if QUIC protocol is enabled. 667 // testing flag. This only has an effect if QUIC protocol is enabled.
668 const char kEnableQuicHttps[] = "enable-quic-https"; 668 const char kEnableQuicHttps[] = "enable-quic-https";
669 669
670 // Enables the Quickoffoce/Chrome document editor rather than the viewer. 670 // Enables the Quickoffoce/Chrome document viewer rather than the editor.
671 const char kEnableQuickofficeEdit[] = "enable-quickoffice-editing"; 671 const char kEnableQuickofficeViewing[] = "enable-quickoffice-viewing";
672 672
673 // Enables support in chrome://settings to reset settings in your profile 673 // Enables support in chrome://settings to reset settings in your profile
674 // that are often touched by malware. 674 // that are often touched by malware.
675 const char kEnableResetProfileSettings[] = "enable-reset-profile-settings"; 675 const char kEnableResetProfileSettings[] = "enable-reset-profile-settings";
676 676
677 // Enables content settings based on host *and* plug-in in the user 677 // Enables content settings based on host *and* plug-in in the user
678 // preferences. 678 // preferences.
679 const char kEnableResourceContentSettings[] = 679 const char kEnableResourceContentSettings[] =
680 "enable-resource-content-settings"; 680 "enable-resource-content-settings";
681 681
(...skipping 919 matching lines...) Expand 10 before | Expand all | Expand 10 after
1601 1601
1602 // ----------------------------------------------------------------------------- 1602 // -----------------------------------------------------------------------------
1603 // DO NOT ADD YOUR CRAP TO THE BOTTOM OF THIS FILE. 1603 // DO NOT ADD YOUR CRAP TO THE BOTTOM OF THIS FILE.
1604 // 1604 //
1605 // You were going to just dump your switches here, weren't you? Instead, please 1605 // You were going to just dump your switches here, weren't you? Instead, please
1606 // put them in alphabetical order above, or in order inside the appropriate 1606 // put them in alphabetical order above, or in order inside the appropriate
1607 // ifdef at the bottom. The order should match the header. 1607 // ifdef at the bottom. The order should match the header.
1608 // ----------------------------------------------------------------------------- 1608 // -----------------------------------------------------------------------------
1609 1609
1610 } // namespace switches 1610 } // namespace switches
OLDNEW
« 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