Revert "protocol: use streaming interface between fetcher and requestjob"

This reverts commit 71b5d946e0.
This commit is contained in:
Kevin Sawicki 2017-05-26 09:40:43 -07:00
parent d53de947b6
commit c43c3b3d80
5 changed files with 77 additions and 105 deletions

View file

@ -19,7 +19,6 @@
#include "components/prefs/pref_registry_simple.h"
#include "components/prefs/pref_service.h"
#include "components/prefs/pref_service_factory.h"
#include "content/browser/streams/stream_context.h"
#include "content/public/browser/browser_thread.h"
#include "content/public/browser/resource_context.h"
#include "content/public/browser/storage_partition.h"
@ -162,10 +161,6 @@ MediaDeviceIDSalt* BrowserContext::GetMediaDeviceIDSalt() {
return media_device_id_salt_.get();
}
content::StreamContext* BrowserContext::GetStreamContext() {
return content::StreamContext::GetFor(this);
}
base::FilePath BrowserContext::GetPath() const {
return path_;
}