| Index: chrome/browser/chromeos/gdata/gdata_contacts_service.h
|
| diff --git a/chrome/browser/chromeos/gdata/gdata_contacts_service.h b/chrome/browser/chromeos/gdata/gdata_contacts_service.h
|
| index e5a275fc890d38f8286368c1b6c581de179eb48c..57da4a9a4057c222713ee777bbaefd64cfc89596 100644
|
| --- a/chrome/browser/chromeos/gdata/gdata_contacts_service.h
|
| +++ b/chrome/browser/chromeos/gdata/gdata_contacts_service.h
|
| @@ -71,6 +71,9 @@ class GDataContactsService : public GDataContactsServiceInterface {
|
| const std::string& cached_my_contacts_group_id_for_testing() const {
|
| return cached_my_contacts_group_id_;
|
| }
|
| + void clear_cached_my_contacts_group_id_for_testing() {
|
| + cached_my_contacts_group_id_.clear();
|
| + }
|
|
|
| void set_max_photo_downloads_per_second_for_testing(int max_downloads) {
|
| max_photo_downloads_per_second_ = max_downloads;
|
|
|