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

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

Issue 10831162: contacts: Add ContactManager. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add missing virtual on ContactManager dtor 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/fake_contact_store.h
diff --git a/chrome/browser/chromeos/contacts/fake_contact_store.h b/chrome/browser/chromeos/contacts/fake_contact_store.h
index 9c9fdb8d33b4d680fa2c4cf5b96347febb2b8529..2a5dd01324aab4d20d10e21347d6811b5ccfea68 100644
--- a/chrome/browser/chromeos/contacts/fake_contact_store.h
+++ b/chrome/browser/chromeos/contacts/fake_contact_store.h
@@ -73,7 +73,8 @@ class FakeContactStoreFactory : public ContactStoreFactory {
permit_store_creation_ = permit;
}
- // Returns the FakeContactStore previously created for |profile|.
+ // Returns the FakeContactStore previously created for |profile|, or NULL if
+ // no store has been created for it.
FakeContactStore* GetContactStoreForProfile(Profile* profile);
// Removes |store| from |stores_| after being called by a FakeContactStore's
« no previous file with comments | « chrome/browser/chromeos/contacts/contact_manager_unittest.cc ('k') | chrome/browser/chromeos/contacts/fake_contact_store.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698