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

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

Issue 15333013: Replace most of the occurrence of OperationRegistry with OperationRunner. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 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 3293729f08038d19dacb13a1e96391345b6dbf42..f7e5a828b5dac44e39520c7ea3797826759de3bf 100644
--- a/chrome/browser/google_apis/test_util.cc
+++ b/chrome/browser/google_apis/test_util.cc
@@ -147,11 +147,6 @@ scoped_ptr<net::test_server::HttpResponse> CreateHttpResponseFromFile(
return http_response.Pass();
}
-void DoNothingForReAuthenticateCallback(
- AuthenticatedOperationInterface* /* operation */) {
- NOTREACHED();
-}
-
scoped_ptr<net::test_server::HttpResponse> HandleDownloadRequest(
const GURL& base_url,
net::test_server::HttpRequest* out_request,
« 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