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

Unified Diff: chrome/common/net/url_fetcher.h

Issue 3176028: Use ChromeThread::IO instead of virtual set_request_context (Closed)
Patch Set: Created 10 years, 4 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: chrome/common/net/url_fetcher.h
diff --git a/chrome/common/net/url_fetcher.h b/chrome/common/net/url_fetcher.h
index 1a96f91b37ecdc4de159b45ae58323d117fe5a93..9294db33f7f06492a46819ae4b0940e05b840b65 100644
--- a/chrome/common/net/url_fetcher.h
+++ b/chrome/common/net/url_fetcher.h
@@ -140,7 +140,7 @@ class URLFetcher {
// Set the URLRequestContext on the request. Must be called before the
// request is started.
- virtual void set_request_context(
+ void set_request_context(
URLRequestContextGetter* request_context_getter);
// If |retry| is false, 5xx responses will be propagated to the observer,

Powered by Google App Engine
This is Rietveld 408576698