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

Unified Diff: content/test/net/url_request_abort_on_end_job.h

Issue 11293252: Change Interceptors into URLRequestJobFactory::ProtocolHandlers. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 1 month 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/test/net/url_request_abort_on_end_job.h
diff --git a/content/test/net/url_request_abort_on_end_job.h b/content/test/net/url_request_abort_on_end_job.h
index b3d93756e95ea5a771c835ad91d10c012c827435..054d330bf4a526ce0c12e9f9e09e236b852b6007 100644
--- a/content/test/net/url_request_abort_on_end_job.h
+++ b/content/test/net/url_request_abort_on_end_job.h
@@ -35,6 +35,7 @@ class URLRequestAbortOnEndJob : public net::URLRequestJob {
const std::string& scheme);
static void AddUrlHandler();
+ static void AddUrlHandlerOnIOThread();
private:
URLRequestAbortOnEndJob(net::URLRequest* request,

Powered by Google App Engine
This is Rietveld 408576698