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

Unified Diff: net/base/host_mapping_rules.h

Issue 162473002: Update a stale comment. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 6 years, 10 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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:
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698