Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(87)

Unified Diff: chrome/browser/ui/app_list/app_list_service.h

Issue 13947002: Update App Launcher icons, splitting for Chromium, Chrome, Canary. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: selfnits Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698