commit | 072720ad41f71bcb0dede9c61b2ba858bd8bdc9f | [log] [tgz] |
---|---|---|
author | mgersh <[email protected]> | Thu Dec 15 16:33:34 2016 |
committer | Commit bot <[email protected]> | Thu Dec 15 16:35:46 2016 |
tree | 3f730348259dfdbeb79ee8b57308da292ec640df | |
parent | 1e385fa1c19d96f343594a0623a7985adb50c483 [diff] [blame] |
Fix error mentioned in comment Review-Url: https://codereview.chromium.org/2579803002 Cr-Commit-Position: refs/heads/master@{#438846}
diff --git a/net/url_request/url_request_http_job.cc b/net/url_request/url_request_http_job.cc index 6b5300c..e359380 100644 --- a/net/url_request/url_request_http_job.cc +++ b/net/url_request/url_request_http_job.cc
@@ -211,7 +211,7 @@ #if defined(OS_ANDROID) // Check whether the app allows cleartext traffic to this host, and return - // ERR_BLOCKED_BY_CLIENT if not. + // ERR_CLEARTEXT_NOT_PERMITTED if not. if (request->context()->check_cleartext_permitted() && !android::IsCleartextPermitted(url.host())) { return new URLRequestErrorJob(request, network_delegate,