Chromium Code Reviews| Index: chrome/browser/ui/app_list/app_list_service.h |
| diff --git a/chrome/browser/ui/app_list/app_list_service.h b/chrome/browser/ui/app_list/app_list_service.h |
| index 871dfce96f2a48741997bf23a578f4f441bd3db6..28a75c0f5362b8d9615f41afad576eda9255ef9c 100644 |
| --- a/chrome/browser/ui/app_list/app_list_service.h |
| +++ b/chrome/browser/ui/app_list/app_list_service.h |
| @@ -37,6 +37,10 @@ class AppListService : public ProfileInfoCacheObserver { |
| static void RecordAppListAppLaunch(); |
| static void SendAppListStats(); |
| + // Returns the resource id of the app list PNG icon used for the taskbar, |
| + // infobars and window decorations. |
| + static int GetAppListIconResourceId(); |
|
benwells
2013/04/09 22:34:44
This feels strange here as they are currently only
tapted
2013/04/10 06:36:37
Moved to app_list_controller_win.h
|
| + |
| virtual base::FilePath GetAppListProfilePath( |
| const base::FilePath& user_data_dir); |