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

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

Issue 12500008: Eliminate CopyResultsFromDownloadActionCallback(AndQuit). (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Rebase Created 7 years, 9 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/test_util.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/google_apis/test_util.cc
diff --git a/chrome/browser/google_apis/test_util.cc b/chrome/browser/google_apis/test_util.cc
index 673251bfbda4f1207d9d149c158ff263212ea642..0986ab157208c34aa6c1c9a123de0b25cde67322 100644
--- a/chrome/browser/google_apis/test_util.cc
+++ b/chrome/browser/google_apis/test_util.cc
@@ -101,15 +101,6 @@ scoped_ptr<base::Value> LoadJSONFile(const std::string& relative_path) {
return value.Pass();
}
-void CopyResultsFromDownloadActionCallback(
- GDataErrorCode* error_out,
- base::FilePath* temp_file_out,
- GDataErrorCode error_in,
- const base::FilePath& temp_file_in) {
- *error_out = error_in;
- *temp_file_out = temp_file_in;
-}
-
void CopyResultsFromInitiateUploadCallback(
GDataErrorCode* error_out,
GURL* url_out,
« no previous file with comments | « chrome/browser/google_apis/test_util.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698