summaryrefslogtreecommitdiffstats
path: root/chrome/browser/prefs/pref_service.h
diff options
context:
space:
mode:
authormirandac@chromium.org <mirandac@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-12-16 16:38:29 +0000
committermirandac@chromium.org <mirandac@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-12-16 16:38:29 +0000
commitb24cf750545885ea26e2bfa8d8041375664ebf74 (patch)
tree498ab18cda9347f72f57ba6cc617f8a3de181331 /chrome/browser/prefs/pref_service.h
parentdc9b69a60275eb21676c80b2f1bb05a7ea0fced6 (diff)
downloadchromium_src-b24cf750545885ea26e2bfa8d8041375664ebf74.zip
chromium_src-b24cf750545885ea26e2bfa8d8041375664ebf74.tar.gz
chromium_src-b24cf750545885ea26e2bfa8d8041375664ebf74.tar.bz2
Migrate HostReferralList and StartupDNSPrefetchList from local_state to user preferences, in preparation for multi-profile.
BUG=66717 TEST=none. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=69320 Review URL: http://codereview.chromium.org/5800004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69412 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/prefs/pref_service.h')
-rw-r--r--chrome/browser/prefs/pref_service.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/prefs/pref_service.h b/chrome/browser/prefs/pref_service.h
index 04d7b91..2e0623b 100644
--- a/chrome/browser/prefs/pref_service.h
+++ b/chrome/browser/prefs/pref_service.h
@@ -139,7 +139,7 @@ class PrefService : public NonThreadSafe {
void RegisterListPref(const char* path);
void RegisterDictionaryPref(const char* path);
- // These varients use a default value from the locale dll instead.
+ // These variants use a default value from the locale dll instead.
void RegisterLocalizedBooleanPref(const char* path,
int locale_default_message_id);
void RegisterLocalizedIntegerPref(const char* path,