summaryrefslogtreecommitdiffstats
path: root/chrome/common/pref_names.h
diff options
context:
space:
mode:
authorcbentzel@chromium.org <cbentzel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-04-07 13:34:03 +0000
committercbentzel@chromium.org <cbentzel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-04-07 13:34:03 +0000
commit46ab032905e9481a049d53e90f14aab774974131 (patch)
tree7f9e537c1e84a6ff3e7ad3ae857c2499fe2c76ee /chrome/common/pref_names.h
parentcc220a1229c4387bfd76d2ad9c27a9da67687527 (diff)
downloadchromium_src-46ab032905e9481a049d53e90f14aab774974131.zip
chromium_src-46ab032905e9481a049d53e90f14aab774974131.tar.gz
chromium_src-46ab032905e9481a049d53e90f14aab774974131.tar.bz2
Change text of DNS prefetch option to Network prediction option.
The "DNS Prefetch" option currently controls DNS prefetching, TCP preconnection, and prerendering of pages. This modifies the text string to replace this, and changes variable names to reflect it. The underlying preference name remains the same so settings are not lost. However, I changed the policy name to make name changes consistent. If this does not migrate well, I will retain the old policy name. BUG=77783 TEST=Existing tests, make sure text is correct in browser. Review URL: http://codereview.chromium.org/6793045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80768 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/pref_names.h')
-rw-r--r--chrome/common/pref_names.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h
index 4899cde..bc65772 100644
--- a/chrome/common/pref_names.h
+++ b/chrome/common/pref_names.h
@@ -81,7 +81,6 @@ extern const char kSearchProviderOverrides[];
extern const char kSearchProviderOverridesVersion[];
extern const char kPromptForDownload[];
extern const char kAlternateErrorPagesEnabled[];
-extern const char kDnsPrefetchingEnabled[];
extern const char kDnsStartupPrefetchList[]; // OBSOLETE
extern const char kDnsPrefetchingStartupList[];
extern const char kDnsHostReferralList[]; // OBSOLETE
@@ -93,6 +92,7 @@ extern const char kInstantEnabledOnce[];
extern const char kInstantEnabledTime[];
extern const char kInstantPromo[];
extern const char kMultipleProfilePrefMigration[];
+extern const char kNetworkPredictionEnabled[];
#if defined(OS_CHROMEOS)
extern const char kAudioMute[];
extern const char kAudioVolume[];