Chromium Code Reviews

Side by Side Diff: chrome/common/chrome_switches.cc

Issue 18111003: Eliminate --google-base-suggest-url. Its use cases will be addressed with the (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | | Annotate | Revision Log
« 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 758 matching lines...)
769 const char kForceFirstRun[] = "force-first-run"; 769 const char kForceFirstRun[] = "force-first-run";
770 770
771 // Tries to load cloud policy for every signed in user, regardless of whether 771 // Tries to load cloud policy for every signed in user, regardless of whether
772 // they are a dasher user or not. Used to allow any GAIA account to be used for 772 // they are a dasher user or not. Used to allow any GAIA account to be used for
773 // testing the cloud policy framework. 773 // testing the cloud policy framework.
774 const char kForceLoadCloudPolicy[] = "force-load-cloud-policy"; 774 const char kForceLoadCloudPolicy[] = "force-load-cloud-policy";
775 775
776 // Enables using GAIA information to populate profile name and icon. 776 // Enables using GAIA information to populate profile name and icon.
777 const char kGaiaProfileInfo[] = "gaia-profile-info"; 777 const char kGaiaProfileInfo[] = "gaia-profile-info";
778 778
779 // Specifies an alternate URL to use for retrieving suggestions. Useful for
780 // testing.
781 const char kGoogleBaseSuggestURL[] = "google-base-suggest-url";
782
783 // Specifies an alternate URL to use for retrieving the search domain for 779 // Specifies an alternate URL to use for retrieving the search domain for
784 // Google. Useful for testing. 780 // Google. Useful for testing.
785 const char kGoogleSearchDomainCheckURL[] = "google-search-domain-check-url"; 781 const char kGoogleSearchDomainCheckURL[] = "google-search-domain-check-url";
786 782
787 // Specifies a custom name for the GSSAPI library to load. 783 // Specifies a custom name for the GSSAPI library to load.
788 const char kGSSAPILibraryName[] = "gssapi-library-name"; 784 const char kGSSAPILibraryName[] = "gssapi-library-name";
789 785
790 // These flags show the man page on Linux. They are equivalent to each 786 // These flags show the man page on Linux. They are equivalent to each
791 // other. 787 // other.
792 const char kHelp[] = "help"; 788 const char kHelp[] = "help";
(...skipping 808 matching lines...)
1601 1597
1602 // ----------------------------------------------------------------------------- 1598 // -----------------------------------------------------------------------------
1603 // DO NOT ADD YOUR CRAP TO THE BOTTOM OF THIS FILE. 1599 // DO NOT ADD YOUR CRAP TO THE BOTTOM OF THIS FILE.
1604 // 1600 //
1605 // You were going to just dump your switches here, weren't you? Instead, please 1601 // 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 1602 // put them in alphabetical order above, or in order inside the appropriate
1607 // ifdef at the bottom. The order should match the header. 1603 // ifdef at the bottom. The order should match the header.
1608 // ----------------------------------------------------------------------------- 1604 // -----------------------------------------------------------------------------
1609 1605
1610 } // namespace switches 1606 } // 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