| Index: chrome/browser/google_apis/request_sender.h
|
| diff --git a/chrome/browser/google_apis/request_sender.h b/chrome/browser/google_apis/request_sender.h
|
| index a32d8aa7241e5f252c4c18004ca2ffd95ed86baa..5b9b8dc9897c97aa62cd4dd1a8131d905cd61350 100644
|
| --- a/chrome/browser/google_apis/request_sender.h
|
| +++ b/chrome/browser/google_apis/request_sender.h
|
| @@ -51,9 +51,6 @@ class RequestSender {
|
| // Prepares the object for use.
|
| virtual void Initialize();
|
|
|
| - // Cancels all in-flight requests.
|
| - void CancelAll();
|
| -
|
| // Starts a request implementing the AuthenticatedRequestInterface
|
| // interface, and makes the request retry upon authentication failures by
|
| // calling back to RetryRequest.
|
|
|