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

Unified Diff: net/url_request/url_request_context.cc

Issue 2273403003: Moving gRPC support interfaces out of cronet and into a new component. (Closed)
Patch Set: Add DEPS Created 4 years, 2 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: net/url_request/url_request_context.cc
diff --git a/net/url_request/url_request_context.cc b/net/url_request/url_request_context.cc
index 15d0813b0a15a6554133c0b6216747ceacb03396..61955f6687a6a9c3b4dfc1839cc6a28c5de38aad 100644
--- a/net/url_request/url_request_context.cc
+++ b/net/url_request/url_request_context.cc
@@ -110,4 +110,8 @@ void URLRequestContext::AssertNoURLRequests() const {
}
}
+void URLRequestContext::DetachFromThread() {
+ base::NonThreadSafe::DetachFromThread();
+}
+
} // namespace net
« components/grpc_support/include/DEPS ('K') | « net/url_request/url_request_context.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698