diff options
author | eroman@chromium.org <eroman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-09 01:47:34 +0000 |
---|---|---|
committer | eroman@chromium.org <eroman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-09 01:47:34 +0000 |
commit | a3b67535aaf7930d9496ff41302ffde2b22a91f7 (patch) | |
tree | e37f642fd5c714e081cd6efd7aba9d1e6749e63b /net/proxy | |
parent | 4076ea6d5cc8ccc35d62e9e1d744e8adc9f27baf (diff) | |
download | chromium_src-a3b67535aaf7930d9496ff41302ffde2b22a91f7.zip chromium_src-a3b67535aaf7930d9496ff41302ffde2b22a91f7.tar.gz chromium_src-a3b67535aaf7930d9496ff41302ffde2b22a91f7.tar.bz2 |
Update an outdated comment.
Review URL: https://chromiumcodereview.appspot.com/11788022
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175657 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/proxy')
-rw-r--r-- | net/proxy/proxy_service.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/proxy/proxy_service.h b/net/proxy/proxy_service.h index 12a4784..6eab86a 100644 --- a/net/proxy/proxy_service.h +++ b/net/proxy/proxy_service.h @@ -299,7 +299,7 @@ class NET_EXPORT ProxyService : public NetworkChangeNotifier::IPAddressObserver, int TryToCompleteSynchronously(const GURL& url, ProxyInfo* result); // Cancels all of the requests sent to the ProxyResolver. These will be - // restarted when calling ResumeAllPendingRequests(). + // restarted when calling SetReady(). void SuspendAllPendingRequests(); // Advances the current state to |STATE_READY|, and resumes any pending |