Index: net/proxy/proxy_service.h |
diff --git a/net/proxy/proxy_service.h b/net/proxy/proxy_service.h |
index 12a4784a7da2a254099bf1c1e2ed395f82cb502e..6eab86a6413ff2ad2c191d41d8d86e98f22c0e90 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 |