| Index: chrome/common/chrome_switches.cc
|
| ===================================================================
|
| --- chrome/common/chrome_switches.cc (revision 207943)
|
| +++ chrome/common/chrome_switches.cc (working copy)
|
| @@ -736,6 +736,9 @@
|
| // Frequency in seconds for Extensions auto-update.
|
| const char kExtensionsUpdateFrequency[] = "extensions-update-frequency";
|
|
|
| +// Additional query params to insert in the search and instant URLs.
|
| +const char kExtraSearchQueryParams[] = "extra-search-query-params";
|
| +
|
| // Fakes the channel of the browser for purposes of Variations filtering. This
|
| // is to be used for testing only. Possible values are "stable", "beta", "dev"
|
| // and "canary". Note that this only applies if the browser's reported channel
|
| @@ -772,9 +775,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.
|
| @@ -833,8 +835,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";
|
|
|
| @@ -848,10 +850,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";
|
|
|
|
|