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

Unified Diff: chrome/browser/google_apis/request_sender.cc

Issue 17385023: Get rid of RequestRegistry (part 2): remove cancellation methods. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove unused methods in RequestRegisty Created 7 years, 6 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 | « chrome/browser/google_apis/request_sender.h ('k') | chrome/browser/sync_file_system/drive/api_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/google_apis/request_sender.cc
diff --git a/chrome/browser/google_apis/request_sender.cc b/chrome/browser/google_apis/request_sender.cc
index a1113e78f2ef544ee9e8e76a89a876be100e8780..f4eae24642f6f1ce1835b67622325c1aa23e655c 100644
--- a/chrome/browser/google_apis/request_sender.cc
+++ b/chrome/browser/google_apis/request_sender.cc
@@ -35,11 +35,6 @@ void RequestSender::Initialize() {
auth_service_->Initialize(profile_);
}
-void RequestSender::CancelAll() {
- DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
- request_registry_->CancelAll();
-}
-
base::Closure RequestSender::StartRequestWithRetry(
AuthenticatedRequestInterface* request) {
DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
« no previous file with comments | « chrome/browser/google_apis/request_sender.h ('k') | chrome/browser/sync_file_system/drive/api_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698