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

Unified Diff: chrome/browser/google_apis/request_registry.h

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/drive/mock_drive_service.h ('k') | chrome/browser/google_apis/request_registry.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/google_apis/request_registry.h
diff --git a/chrome/browser/google_apis/request_registry.h b/chrome/browser/google_apis/request_registry.h
index 571fbfcb3ce27a4bc2df6d8c9200d74166bd72c6..0c034a7eb9d37c54784b514658ab0b8a8f66b00f 100644
--- a/chrome/browser/google_apis/request_registry.h
+++ b/chrome/browser/google_apis/request_registry.h
@@ -78,13 +78,6 @@ class RequestRegistry {
RequestProgressStatus progress_status_;
};
- // Cancels all in-flight requests.
- void CancelAll();
-
- // Cancels ongoing request for a given virtual |file_path|. Returns true if
- // the request was found and canceled.
- bool CancelForFilePath(const base::FilePath& file_path);
-
// Cancels the specified request.
void CancelRequest(Request* request);
« no previous file with comments | « chrome/browser/drive/mock_drive_service.h ('k') | chrome/browser/google_apis/request_registry.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698