| Index: chrome/browser/ui/app_list/app_list_service_win.h
|
| diff --git a/chrome/browser/ui/app_list/app_list_service_win.h b/chrome/browser/ui/app_list/app_list_service_win.h
|
| index 9af99e955e18d44b6216f882c5bae7bc22f20bbb..708adebd40fe06a611a335818664100988371ae5 100644
|
| --- a/chrome/browser/ui/app_list/app_list_service_win.h
|
| +++ b/chrome/browser/ui/app_list/app_list_service_win.h
|
| @@ -11,6 +11,10 @@ namespace chrome {
|
|
|
| AppListService* GetAppListServiceWin();
|
|
|
| +// Returns the resource id of the app list PNG icon used for the taskbar,
|
| +// infobars and window decorations.
|
| +int GetAppListIconResourceId();
|
| +
|
| } // namespace chrome
|
|
|
| #endif // CHROME_BROWSER_UI_APP_LIST_APP_LIST_SERVICE_WIN_H_
|
|
|