| Index: chrome/browser/net/view_blob_internals_job_factory.h
|
| diff --git a/chrome/browser/net/view_blob_internals_job_factory.h b/chrome/browser/net/view_blob_internals_job_factory.h
|
| index e2a118b5357dfef44f1ce4aa57888665842cd477..6d106c37d42835ddf822aad191912c5d13c5daea 100644
|
| --- a/chrome/browser/net/view_blob_internals_job_factory.h
|
| +++ b/chrome/browser/net/view_blob_internals_job_factory.h
|
| @@ -10,13 +10,18 @@ namespace net {
|
| class URLRequest;
|
| class URLRequestJob;
|
| } // namespace net
|
| +namespace webkit_blob {
|
| +class BlobStorageController;
|
| +} // webkit_blob
|
|
|
| class GURL;
|
|
|
| class ViewBlobInternalsJobFactory {
|
| public:
|
| static bool IsSupportedURL(const GURL& url);
|
| - static net::URLRequestJob* CreateJobForRequest(net::URLRequest* request);
|
| + static net::URLRequestJob* CreateJobForRequest(
|
| + net::URLRequest* request,
|
| + webkit_blob::BlobStorageController* blob_storage_controller);
|
| };
|
|
|
| #endif // CHROME_BROWSER_NET_VIEW_BLOB_INTERNALS_JOB_FACTORY_H_
|
|
|