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

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: some cleanup 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..12a2a8294576faebcfa3b4af0c8b0fc90a38f0dd 100644
--- a/content/test/net/url_request_abort_on_end_job.h
+++ b/content/test/net/url_request_abort_on_end_job.h
@@ -44,6 +44,8 @@ class URLRequestAbortOnEndJob : public net::URLRequestJob {
void GetResponseInfoConst(net::HttpResponseInfo* info) const;
void StartAsync();
+ static void AddUrlHandlerOnIOThread();
+
bool sent_data_;
base::WeakPtrFactory<URLRequestAbortOnEndJob> weak_factory_;

Powered by Google App Engine
This is Rietveld 408576698