| Index: chrome/browser/ui/app_list/start_page_service.h
|
| diff --git a/chrome/browser/ui/app_list/start_page_service.h b/chrome/browser/ui/app_list/start_page_service.h
|
| index e4fe843b1ecbd1b5b71f2a962a1ffba13a82437b..7ab844878658a259fe9982bf52fed0cf02e80e68 100644
|
| --- a/chrome/browser/ui/app_list/start_page_service.h
|
| +++ b/chrome/browser/ui/app_list/start_page_service.h
|
| @@ -55,7 +55,7 @@ class StartPageService : public KeyedService,
|
| public:
|
| typedef std::vector<scoped_refptr<const extensions::Extension> >
|
| ExtensionList;
|
| - // Gets the instance for the given profile.
|
| + // Gets the instance for the given profile. May return nullptr.
|
| static StartPageService* Get(Profile* profile);
|
|
|
| void AddObserver(StartPageObserver* observer);
|
|
|