| Index: chrome/browser/chromeos/gdata/gdata_contacts_service_stub.cc
|
| diff --git a/chrome/browser/chromeos/gdata/gdata_contacts_service_stub.cc b/chrome/browser/chromeos/gdata/gdata_contacts_service_stub.cc
|
| index f435a6ad00eab0b5d806f9346bad25cbef109487..d9564aa714792556c2d865fe487fc0fddf5b9dd6 100644
|
| --- a/chrome/browser/chromeos/gdata/gdata_contacts_service_stub.cc
|
| +++ b/chrome/browser/chromeos/gdata/gdata_contacts_service_stub.cc
|
| @@ -17,6 +17,7 @@ namespace gdata {
|
|
|
| GDataContactsServiceStub::GDataContactsServiceStub()
|
| : num_download_requests_(0),
|
| + num_download_requests_with_wrong_timestamps_(0),
|
| download_should_succeed_(true) {
|
| }
|
|
|
| @@ -51,6 +52,7 @@ void GDataContactsServiceStub::DownloadContacts(
|
| << "differed from expected ("
|
| << util::FormatTimeAsString(expected_min_update_time_)
|
| << "); not returning any contacts";
|
| + num_download_requests_with_wrong_timestamps_++;
|
| failure_callback.Run();
|
| return;
|
| }
|
|
|