Index: chrome/browser/google_apis/mock_drive_service.h |
diff --git a/chrome/browser/google_apis/mock_drive_service.h b/chrome/browser/google_apis/mock_drive_service.h |
index 4db9b7eb423f72480e5121aaf113ea47e698803e..c81a71262e458b64e14d2044a0c34aecd2ce3a5a 100644 |
--- a/chrome/browser/google_apis/mock_drive_service.h |
+++ b/chrome/browser/google_apis/mock_drive_service.h |
@@ -120,10 +120,6 @@ class MockDriveService : public DriveServiceInterface { |
// Helper stub methods for functions which take callbacks, so that |
// the callbacks get called with testable results. |
- // Will call |callback| with HTTP_SUCCESS and the token "test_auth_token" |
- // as the token. |
- void AuthenticateStub(const AuthStatusCallback& callback); |
- |
// Will call |callback| with HTTP_SUCCESS and a StringValue with the current |
// value of |feed_data_|. |
void GetDocumentsStub(const GURL& feed_url, |