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

Unified Diff: net/url_request/url_request_http_job.cc

Issue 6966016: Handle <link rel=prerender> in chrome. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: tone down the over-aggressive search and replace... Created 9 years, 7 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
« no previous file with comments | « net/base/load_flags_list.h ('k') | webkit/glue/resource_type.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 d22cff78035be33dcce419f1e85aaa501b786744..36a16744f0f472df829c880ee5dc609df19f5770 100644
--- a/net/url_request/url_request_http_job.cc
+++ b/net/url_request/url_request_http_job.cc
@@ -1127,7 +1127,7 @@ void URLRequestHttpJob::RecordTimer() {
to_start);
}
- const bool is_prerender = !!(request_info_.load_flags & LOAD_PRERENDER);
+ const bool is_prerender = !!(request_info_.load_flags & LOAD_PRERENDERING);
if (is_prerender) {
UMA_HISTOGRAM_MEDIUM_TIMES("Net.HttpTimeToFirstByte_Prerender",
to_start);
« no previous file with comments | « net/base/load_flags_list.h ('k') | webkit/glue/resource_type.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698