Index: chrome/browser/profiles/profile_io_data.h |
diff --git a/chrome/browser/profiles/profile_io_data.h b/chrome/browser/profiles/profile_io_data.h |
index bb1e049bc83159c91f6742b00dc882099c4e3cba..b1f69edf7243c843b44fad51ff5b10c1e14b6c83 100644 |
--- a/chrome/browser/profiles/profile_io_data.h |
+++ b/chrome/browser/profiles/profile_io_data.h |
@@ -11,6 +11,7 @@ |
#include "base/memory/ref_counted.h" |
#include "base/memory/scoped_ptr.h" |
#include "chrome/browser/net/chrome_url_request_context.h" |
+#include "chrome/browser/prefs/pref_member.h" |
#include "chrome/browser/profiles/profile.h" |
#include "net/base/cookie_monster.h" |
@@ -112,6 +113,8 @@ class ProfileIOData : public base::RefCountedThreadSafe<ProfileIOData> { |
// because on linux it relies on initializing things through gconf, |
// and needs to be on the main thread. |
scoped_ptr<net::ProxyConfigService> proxy_config_service; |
+ // Initialized on the UI thread. |
willchan no longer on Chromium
2011/04/05 13:10:41
No need for comment. Everything in this struct has
Bernhard Bauer
2011/04/05 14:49:02
Easy enough :-) Done.
|
+ scoped_ptr<BooleanPrefMember> enable_referrers; |
// The profile this struct was populated from. |
ProfileId profile_id; |
}; |