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

Unified Diff: net/base/host_resolver_impl.h

Issue 8220028: Remove the unused source_net_log parameter from ResolveHelper. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Remove the unused source_net_log parameter from ResolveHelper Created 9 years, 2 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 | net/base/host_resolver_impl.cc » ('j') | net/base/host_resolver_impl.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/base/host_resolver_impl.h
===================================================================
--- net/base/host_resolver_impl.h (revision 104925)
+++ net/base/host_resolver_impl.h (working copy)
@@ -169,15 +169,14 @@
typedef std::vector<HostResolver::Observer*> ObserversList;
// Helper used by |Resolve()| and |ResolveFromCache()|. Performs IP
- // literal and cache lookup, returns OK if successfull,
+ // literal and cache lookup, returns OK if successful,
// ERR_NAME_NOT_RESOLVED if either hostname is invalid or IP literal is
// incompatible, ERR_DNS_CACHE_MISS if entry was not found in cache.
int ResolveHelper(int request_id,
const Key& key,
const RequestInfo& info,
AddressList* addresses,
- const BoundNetLog& request_net_log,
- const BoundNetLog& source_net_log);
+ const BoundNetLog& request_net_log);
// Tries to resolve |key| as an IP, returns true and sets |net_error| if
// succeeds, returns false otherwise.
« no previous file with comments | « no previous file | net/base/host_resolver_impl.cc » ('j') | net/base/host_resolver_impl.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698