diff options
author | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-05 09:32:44 +0000 |
---|---|---|
committer | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-05 09:32:44 +0000 |
commit | dd8300719cd3d8514b59f5b182100c238a59abe1 (patch) | |
tree | 24919743ef089f040a4071b207d3887eb0ae7418 /chrome/browser/profile_impl.h | |
parent | 82b39cbbab422e8a5f696d14c7b3546c98a05fe4 (diff) | |
download | chromium_src-dd8300719cd3d8514b59f5b182100c238a59abe1.zip chromium_src-dd8300719cd3d8514b59f5b182100c238a59abe1.tar.gz chromium_src-dd8300719cd3d8514b59f5b182100c238a59abe1.tar.bz2 |
Support dynamic policy refresh for DNS prefetching.
BUG=55423
TEST=none
Review URL: http://codereview.chromium.org/3542005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61490 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/profile_impl.h')
-rw-r--r-- | chrome/browser/profile_impl.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/browser/profile_impl.h b/chrome/browser/profile_impl.h index c7b60d0..25a38a9 100644 --- a/chrome/browser/profile_impl.h +++ b/chrome/browser/profile_impl.h @@ -26,6 +26,8 @@ class Preferences; } #endif +class NetPrefObserver; + // The default profile implementation. class ProfileImpl : public Profile, public SpellCheckHostObserver, @@ -167,6 +169,7 @@ class ProfileImpl : public Profile, scoped_refptr<TransportSecurityPersister> transport_security_persister_; scoped_ptr<PrefService> prefs_; + scoped_ptr<NetPrefObserver> net_pref_observer_; scoped_ptr<TemplateURLFetcher> template_url_fetcher_; scoped_ptr<TemplateURLModel> template_url_model_; scoped_ptr<BookmarkModel> bookmark_bar_model_; |