summaryrefslogtreecommitdiffstats
path: root/chrome/common/pref_names.cc
diff options
context:
space:
mode:
authorthomasvl@chromium.org <thomasvl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-18 17:08:03 +0000
committerthomasvl@chromium.org <thomasvl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-18 17:08:03 +0000
commita7128fa0a1d669745883964e69ff35084ac223ff (patch)
tree93e34fa8140821c6d71c0efc52ef926def483dc2 /chrome/common/pref_names.cc
parentdcfd2ec3e43257fe7ec3b6e07faec300aeeda510 (diff)
downloadchromium_src-a7128fa0a1d669745883964e69ff35084ac223ff.zip
chromium_src-a7128fa0a1d669745883964e69ff35084ac223ff.tar.gz
chromium_src-a7128fa0a1d669745883964e69ff35084ac223ff.tar.bz2
Win IO Perf Regressions
http://build.chromium.org/buildbot/perf/xp-release-dual-core/moz/report.html?history=150&rev=-1&graph=total_byte_b Revert 56483 - Monitor network change in GoogleURLTracker BUG=48688,15141 TEST=GoogleURLTrackerTest.MonitorNetworkChange passes Review URL: http://codereview.chromium.org/3034018 TBR=ukai@chromium.org Review URL: http://codereview.chromium.org/3176017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56544 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/pref_names.cc')
-rw-r--r--chrome/common/pref_names.cc6
1 files changed, 0 insertions, 6 deletions
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
index 75086de..40183d1 100644
--- a/chrome/common/pref_names.cc
+++ b/chrome/common/pref_names.cc
@@ -763,12 +763,6 @@ const char kShouldShowWelcomePage[] = "show-welcome-page";
// correct Google domain/country code for whatever location the user is in.
const char kLastKnownGoogleURL[] = "browser.last_known_google_url";
-// String containing the last prompted Google URL to the user.
-// If the user is using .x TLD for Google URL and gets prompted about .y TLD
-// for Google URL, and says "no", we should leave the search engine set to .x
-// but not prompt again until the domain changes away from .y.
-const char kLastPromptedGoogleURL[] = "browser.last_prompted_google_url";
-
// String containing the last known intranet redirect URL, if any. See
// intranet_redirect_detector.h for more information.
const char kLastKnownIntranetRedirectOrigin[] = "";