Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(217)

Unified Diff: content/browser/service_worker/service_worker_request_handler.h

Issue 282103004: Rename ProtocolInterceptJobFactory and make it not use ProtocolHandlers. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Response to jam's comments (And a merge) Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/browser/service_worker/service_worker_request_handler.h
diff --git a/content/browser/service_worker/service_worker_request_handler.h b/content/browser/service_worker/service_worker_request_handler.h
index 4d8066f0562f0289e5397bd6338da80d2b2845aa..0c666b548dfdbba697bf71110b3c4e18da8a9f87 100644
--- a/content/browser/service_worker/service_worker_request_handler.h
+++ b/content/browser/service_worker/service_worker_request_handler.h
@@ -16,6 +16,7 @@
namespace net {
class NetworkDelegate;
class URLRequest;
+class URLRequestInterceptor;
}
namespace webkit_blob {
@@ -53,8 +54,7 @@ class CONTENT_EXPORT ServiceWorkerRequestHandler
net::URLRequest* request);
// Creates a protocol interceptor for ServiceWorker.
- static scoped_ptr<net::URLRequestJobFactory::ProtocolHandler>
- CreateInterceptor();
+ static scoped_ptr<net::URLRequestInterceptor> CreateInterceptor();
virtual ~ServiceWorkerRequestHandler();
« no previous file with comments | « chrome/test/base/testing_profile.cc ('k') | content/browser/service_worker/service_worker_request_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698