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

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

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/fake_drive_service_unittest.cc ('k') | chrome/browser/google_apis/test_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/google_apis/test_util.h
diff --git a/chrome/browser/google_apis/test_util.h b/chrome/browser/google_apis/test_util.h
index 54642cfa672f3238d6a1d8d8d06c47501696bf8e..cb92c387884c214bc98014074fc53cafb66b2718 100644
--- a/chrome/browser/google_apis/test_util.h
+++ b/chrome/browser/google_apis/test_util.h
@@ -67,13 +67,6 @@ GURL GetBaseUrlForTesting(int port);
// chrome/test/data.
scoped_ptr<base::Value> LoadJSONFile(const std::string& relative_path);
-// Copies the results from DownloadActionCallback.
-void CopyResultsFromDownloadActionCallback(
- GDataErrorCode* error_out,
- base::FilePath* temp_file_out,
- GDataErrorCode error_in,
- const base::FilePath& temp_file_in);
-
// Copies the results from InitiateUploadCallback.
void CopyResultsFromInitiateUploadCallback(
GDataErrorCode* error_out,
« no previous file with comments | « chrome/browser/google_apis/fake_drive_service_unittest.cc ('k') | chrome/browser/google_apis/test_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698