diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-13 18:17:18 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-13 18:17:18 +0000 |
commit | 67351452e1e16cb9b01c609ce185a9e819cf2254 (patch) | |
tree | 23a1b83b3428a729472a938a48ba9c5a1cf5c812 /chrome/browser/io_thread.cc | |
parent | 66bc3e9561541e0a24e6c5dac7e87af5d1403c54 (diff) | |
download | chromium_src-67351452e1e16cb9b01c609ce185a9e819cf2254.zip chromium_src-67351452e1e16cb9b01c609ce185a9e819cf2254.tar.gz chromium_src-67351452e1e16cb9b01c609ce185a9e819cf2254.tar.bz2 |
Get rid of the ProfileId. It was added for ceee. I reverted the original change, since it led to Profile being used in content unnecessarily. I also removed the extensions usage of it and instead kept a void*.
BUG=76788
Review URL: http://codereview.chromium.org/7346024
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@92382 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/io_thread.cc')
-rw-r--r-- | chrome/browser/io_thread.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/io_thread.cc b/chrome/browser/io_thread.cc index 64c9aa5..faa9054 100644 --- a/chrome/browser/io_thread.cc +++ b/chrome/browser/io_thread.cc @@ -463,7 +463,7 @@ void IOThread::Init() { globals_->system_network_delegate.reset(new ChromeNetworkDelegate( extension_event_router_forwarder_, NULL, - Profile::kInvalidProfileId, + NULL, &system_enable_referrers_)); globals_->host_resolver.reset( CreateGlobalHostResolver(net_log_)); |