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

Unified Diff: net/url_request/url_request_context.h

Issue 2273403003: Moving gRPC support interfaces out of cronet and into a new component. (Closed)
Patch Set: Revert rules.gni for testing 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.h
diff --git a/net/url_request/url_request_context.h b/net/url_request/url_request_context.h
index e483178049b907426506123334e5adeb34c5a017..3014dbf6031fe494a5b47e083b35dcf99e3a2088 100644
--- a/net/url_request/url_request_context.h
+++ b/net/url_request/url_request_context.h
@@ -238,6 +238,8 @@ class NET_EXPORT URLRequestContext
return enable_referrer_policy_header_;
}
+ void DetachFromThread();
+
private:
// ---------------------------------------------------------------------------
// Important: When adding any new members below, consider whether they need to

Powered by Google App Engine
This is Rietveld 408576698