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

Side by Side Diff: net/base/net_error_list.h

Issue 16147015: Fix grammar in recurring macro comment (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 7 years, 6 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 unified diff | Download patch
« no previous file with comments | « net/base/mime_util_certificate_type_list.h ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 // This file intentionally does not have header guards, it's included 5 // This file intentionally does not have header guards, it's included
6 // inside a macro to generate enum. 6 // inside a macro to generate enum values.
7 7
8 // This file contains the list of network errors. 8 // This file contains the list of network errors.
9 9
10 // 10 //
11 // Ranges: 11 // Ranges:
12 // 0- 99 System related errors 12 // 0- 99 System related errors
13 // 100-199 Connection related errors 13 // 100-199 Connection related errors
14 // 200-299 Certificate errors 14 // 200-299 Certificate errors
15 // 300-399 HTTP errors 15 // 300-399 HTTP errors
16 // 400-499 Cache errors 16 // 400-499 Cache errors
(...skipping 661 matching lines...) Expand 10 before | Expand all | Expand 10 after
678 NET_ERROR(DNS_TIMED_OUT, -803) 678 NET_ERROR(DNS_TIMED_OUT, -803)
679 679
680 // The entry was not found in cache, for cache-only lookups. 680 // The entry was not found in cache, for cache-only lookups.
681 NET_ERROR(DNS_CACHE_MISS, -804) 681 NET_ERROR(DNS_CACHE_MISS, -804)
682 682
683 // Suffix search list rules prevent resolution of the given host name. 683 // Suffix search list rules prevent resolution of the given host name.
684 NET_ERROR(DNS_SEARCH_EMPTY, -805) 684 NET_ERROR(DNS_SEARCH_EMPTY, -805)
685 685
686 // Failed to sort addresses according to RFC3484. 686 // Failed to sort addresses according to RFC3484.
687 NET_ERROR(DNS_SORT_ERROR, -806) 687 NET_ERROR(DNS_SORT_ERROR, -806)
OLDNEW
« no previous file with comments | « net/base/mime_util_certificate_type_list.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698