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

Unified Diff: chrome/browser/chromeos/contacts/gdata_contacts_service_stub.cc

Issue 19511002: Change google_api::RequestSender to take an AuthService instead of a Profile. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 5 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
Index: chrome/browser/chromeos/contacts/gdata_contacts_service_stub.cc
diff --git a/chrome/browser/chromeos/contacts/gdata_contacts_service_stub.cc b/chrome/browser/chromeos/contacts/gdata_contacts_service_stub.cc
index eccd252b959e5541154687a6ef1a04694692fb9b..bc29536b7e093863ef088306ccdc89a8f48abda1 100644
--- a/chrome/browser/chromeos/contacts/gdata_contacts_service_stub.cc
+++ b/chrome/browser/chromeos/contacts/gdata_contacts_service_stub.cc
@@ -31,9 +31,6 @@ void GDataContactsServiceStub::SetContacts(
expected_min_update_time_ = expected_min_update_time;
}
-void GDataContactsServiceStub::Initialize() {
-}
-
void GDataContactsServiceStub::DownloadContacts(
SuccessCallback success_callback,
FailureCallback failure_callback,

Powered by Google App Engine
This is Rietveld 408576698