| Index: chrome/browser/ui/webui/ntp/app_launcher_handler.h
|
| diff --git a/chrome/browser/ui/webui/ntp/app_launcher_handler.h b/chrome/browser/ui/webui/ntp/app_launcher_handler.h
|
| index ccf2278a687af4d1df93648228e547b8b57f8c6e..2822e312912e7c9b17dfbc8b5239909d45605866 100644
|
| --- a/chrome/browser/ui/webui/ntp/app_launcher_handler.h
|
| +++ b/chrome/browser/ui/webui/ntp/app_launcher_handler.h
|
| @@ -35,10 +35,6 @@ class AppLauncherHandler : public content::WebUIMessageHandler,
|
| explicit AppLauncherHandler(ExtensionService* extension_service);
|
| virtual ~AppLauncherHandler();
|
|
|
| - // Whether the app should be excluded from the "apps" list because
|
| - // it is special (such as the Web Store app).
|
| - static bool IsAppExcludedFromList(const Extension* extension);
|
| -
|
| // Populate a dictionary with the information from an extension.
|
| static void CreateAppInfo(
|
| const Extension* extension,
|
|
|