Index: net/base/host_mapping_rules.h |
=================================================================== |
--- net/base/host_mapping_rules.h (revision 250874) |
+++ net/base/host_mapping_rules.h (working copy) |
@@ -19,8 +19,8 @@ |
HostMappingRules(); |
~HostMappingRules(); |
- // Modifies |*host_port| based on the current rules. Returns true if the |
- // RequestInfo was modified, false otherwise. |
+ // Modifies |*host_port| based on the current rules. Returns true if |
+ // |*host_port| was modified, false otherwise. |
wtc
2014/02/13 01:16:17
An alternative fix is "if the HostPortPair was mod
|
bool RewriteHost(HostPortPair* host_port) const; |
// Adds a rule to this mapper. The format of the rule can be one of: |