Index: content/browser/service_worker/service_worker_url_request_job_factory.h |
diff --git a/content/browser/service_worker/service_worker_url_request_job_factory.h b/content/browser/service_worker/service_worker_url_request_job_factory.h |
new file mode 100644 |
index 0000000000000000000000000000000000000000..08b5224ec24e18fdbf92a1fd67ac499b232c6a80 |
--- /dev/null |
+++ b/content/browser/service_worker/service_worker_url_request_job_factory.h |
@@ -0,0 +1,17 @@ |
+// Copyright 2014 The Chromium Authors. All rights reserved. |
+// Use of this source code is governed by a BSD-style license that can be |
+// found in the LICENSE file. |
+ |
+#ifndef CONTENT_BROWSER_SERVICE_WORKER_SERVICE_WORKER_URL_REQUEST_JOB_FACTORY_H_ |
+#define CONTENT_BROWSER_SERVICE_WORKER_SERVICE_WORKER_URL_REQUEST_JOB_FACTORY_H_ |
+ |
+#include "base/memory/scoped_ptr.h" |
+#include "net/url_request/url_request_job_factory.h" |
+ |
+namespace content { |
+ |
+scoped_ptr<net::URLRequestJobFactory> CreateServiceWorkerURLRequestJobFactory(); |
+ |
+} // namespace content |
+ |
+#endif // CONTENT_BROWSER_SERVICE_WORKER_SERVICE_WORKER_URL_REQUEST_JOB_FACTORY_H_ |