Chromium Code Reviews| Index: chrome/browser/profiles/profile_keyed_service_factory.h |
| diff --git a/chrome/browser/profiles/profile_keyed_service_factory.h b/chrome/browser/profiles/profile_keyed_service_factory.h |
| index 81262077dded72abeb44fdd3e2a37998ace70522..aa8340d203f0655499da14a8eaf6c9f1968fa687 100644 |
| --- a/chrome/browser/profiles/profile_keyed_service_factory.h |
| +++ b/chrome/browser/profiles/profile_keyed_service_factory.h |
| @@ -54,7 +54,7 @@ class ProfileKeyedServiceFactory { |
| // Common implementation that maps |profile| to some service object. Deals |
| // with incognito profiles per subclass instructions with |
| // ServiceActiveInIncognito(). |
| - ProfileKeyedService* GetServiceForProfile(Profile* profile); |
| + ProfileKeyedService* GetServiceForProfile(Profile* profile, bool create); |
|
Miranda Callahan
2011/04/19 17:04:20
add comment saying what the |create| parameter doe
Torne
2011/04/19 17:15:13
Done.
|
| // The main public interface for declaring dependencies between services |
| // created by factories. |