| 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..cc9c3bd04c176c8b89b5893f3393880dc1cf1e08 100644
|
| --- a/chrome/browser/profiles/profile_keyed_service_factory.h
|
| +++ b/chrome/browser/profiles/profile_keyed_service_factory.h
|
| @@ -53,8 +53,9 @@ class ProfileKeyedServiceFactory {
|
|
|
| // Common implementation that maps |profile| to some service object. Deals
|
| // with incognito profiles per subclass instructions with
|
| - // ServiceActiveInIncognito().
|
| - ProfileKeyedService* GetServiceForProfile(Profile* profile);
|
| + // ServiceActiveInIncognito(). If |create| is true, the service will be
|
| + // created using BuildServiceInstanceFor() if it doesn't already exist.
|
| + ProfileKeyedService* GetServiceForProfile(Profile* profile, bool create);
|
|
|
| // The main public interface for declaring dependencies between services
|
| // created by factories.
|
|
|