From a7128fa0a1d669745883964e69ff35084ac223ff Mon Sep 17 00:00:00 2001 From: "thomasvl@chromium.org" Date: Wed, 18 Aug 2010 17:08:03 +0000 Subject: 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 --- chrome/common/pref_names.cc | 6 ------ 1 file changed, 6 deletions(-) (limited to 'chrome/common/pref_names.cc') 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[] = ""; -- cgit v1.1