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

Unified Diff: chrome/browser/chromeos/contacts/contact_manager.h

Issue 10827406: contacts: Rename provider_id to contact_id. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge Created 8 years, 4 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/contact_manager.h
diff --git a/chrome/browser/chromeos/contacts/contact_manager.h b/chrome/browser/chromeos/contacts/contact_manager.h
index c5fa4e0b923ff8f1430f926c557cae4bc43a3fa8..b729df4afcdd4022511c0ff6f7c33a47be2691bf 100644
--- a/chrome/browser/chromeos/contacts/contact_manager.h
+++ b/chrome/browser/chromeos/contacts/contact_manager.h
@@ -52,10 +52,10 @@ class ContactManager : public ContactStoreObserver,
// refer to them again after unblocking the UI thread.
scoped_ptr<ContactPointers> GetAllContacts(Profile* profile);
- // Returns the contact identified by |provider_id|.
+ // Returns the contact identified by |contact_id|.
// NULL is returned if the contact doesn't exist.
- const Contact* GetContactByProviderId(Profile* profile,
- const std::string& provider_id);
+ const Contact* GetContactById(Profile* profile,
+ const std::string& contact_id);
// ContactStoreObserver overrides:
virtual void OnContactsUpdated(ContactStore* store) OVERRIDE;
« no previous file with comments | « chrome/browser/chromeos/contacts/contact_database_unittest.cc ('k') | chrome/browser/chromeos/contacts/contact_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698