Index: chrome/browser/safe_browsing/client_side_detection_host.cc |
diff --git a/chrome/browser/safe_browsing/client_side_detection_host.cc b/chrome/browser/safe_browsing/client_side_detection_host.cc |
index 3de105ab918f73d04ca498bf70de75e246fd6236..11bc4aacf858e2e86c04371a0dba2f924dfaf9f3 100644 |
--- a/chrome/browser/safe_browsing/client_side_detection_host.cc |
+++ b/chrome/browser/safe_browsing/client_side_detection_host.cc |
@@ -324,6 +324,7 @@ void ClientSideDetectionHost::DidNavigateMainFramePostCommit( |
} |
browse_info_->host_redirects = cur_host_redirects_; |
browse_info_->url_redirects = params.redirects; |
+ browse_info_->http_status_code = details.http_status_code; |
// Notify the renderer if it should classify this URL. |
classification_request_ = new ShouldClassifyUrlRequest(params, |