| Index: chrome/browser/ui/app_list/start_page_service_factory.h
|
| diff --git a/chrome/browser/ui/app_list/start_page_service_factory.h b/chrome/browser/ui/app_list/start_page_service_factory.h
|
| index 1bd8031eda3a99100d978020b7c542c49381056b..e023ca8bf3b8a99df09a6f612329e074ac8591e6 100644
|
| --- a/chrome/browser/ui/app_list/start_page_service_factory.h
|
| +++ b/chrome/browser/ui/app_list/start_page_service_factory.h
|
| @@ -16,7 +16,8 @@ class StartPageService;
|
| // Singleton factory to create StartPageService.
|
| class StartPageServiceFactory : public BrowserContextKeyedServiceFactory {
|
| public:
|
| - // Gets or creates the instance of StartPageService for |profile|.
|
| + // Gets or creates the instance of StartPageService for |profile|. May return
|
| + // nullptr.
|
| static StartPageService* GetForProfile(Profile* profile);
|
|
|
| // Gets the singleton instance of this factory.
|
|
|