Index: chrome/common/chrome_switches.cc |
=================================================================== |
--- chrome/common/chrome_switches.cc (revision 206485) |
+++ chrome/common/chrome_switches.cc (working copy) |
@@ -776,9 +776,8 @@ |
// Enables using GAIA information to populate profile name and icon. |
const char kGaiaProfileInfo[] = "gaia-profile-info"; |
-// Specifies an alternate URL to use for retrieving suggestions. Useful for |
-// testing. |
-const char kGoogleBaseSuggestURL[] = "google-base-suggest-url"; |
+// Specifies an alternate URL to use for speaking to Google. Useful for testing. |
+const char kGoogleBaseURL[] = "google-base-url"; |
// Specifies an alternate URL to use for retrieving the search domain for |
// Google. Useful for testing. |
@@ -837,8 +836,8 @@ |
// Causes net::URLFetchers to ignore requests for SSL client certificates, |
// causing them to attempt an unauthenticated SSL/TLS session. This is intended |
-// for use when testing various service URLs (eg: kPromoServerURL, kInstantURL, |
-// kSbURLPrefix, kSyncServiceURL, etc) |
+// for use when testing various service URLs (eg: kPromoServerURL, kSbURLPrefix, |
+// kSyncServiceURL, etc) |
const char kIgnoreUrlFetcherCertRequests[] = |
"ignore-urlfetcher-cert-requests"; |
@@ -852,10 +851,6 @@ |
// Marks a renderer as an Instant process. |
const char kInstantProcess[] = "instant-process"; |
-// URL to use for instant. If specified this overrides the url from the |
-// TemplateURL. |
-const char kInstantURL[] = "instant-url"; |
- |
// Used for testing - keeps browser alive after last browser window closes. |
const char kKeepAliveForTest[] = "keep-alive-for-test"; |