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

Unified Diff: net/url_request/url_request_http_job.cc

Issue 5741001: Even more virtual method deinlining. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase (windows) Created 10 years 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
« no previous file with comments | « net/url_request/url_request_http_job.h ('k') | ppapi/proxy/image_data.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/url_request/url_request_http_job.cc
diff --git a/net/url_request/url_request_http_job.cc b/net/url_request/url_request_http_job.cc
index bb560b0652411b747921687d10412ee17ac6b14e..6b8190fac8c2582f626517761ab29c4933725d26 100644
--- a/net/url_request/url_request_http_job.cc
+++ b/net/url_request/url_request_http_job.cc
@@ -293,6 +293,10 @@ bool URLRequestHttpJob::GetContentEncodings(
return !encoding_types->empty();
}
+bool URLRequestHttpJob::IsCachedContent() const {
+ return is_cached_content_;
+}
+
bool URLRequestHttpJob::IsSdchResponse() const {
return sdch_dictionary_advertised_;
}
« no previous file with comments | « net/url_request/url_request_http_job.h ('k') | ppapi/proxy/image_data.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698