diff options
author | benwells@chromium.org <benwells@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-09-28 08:59:41 +0000 |
---|---|---|
committer | benwells@chromium.org <benwells@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-09-28 08:59:41 +0000 |
commit | a2ad3a1753ee67c96b6ae5eee9bfd214bd7d1764 (patch) | |
tree | 1510e8f8fae93168d2cbbd794b643897d71229bf /chrome/app/chrome_dll.rc | |
parent | aba36f3c3db7c2f8271cbe995ecb33ff51069e17 (diff) | |
download | chromium_src-a2ad3a1753ee67c96b6ae5eee9bfd214bd7d1764.zip chromium_src-a2ad3a1753ee67c96b6ae5eee9bfd214bd7d1764.tar.gz chromium_src-a2ad3a1753ee67c96b6ae5eee9bfd214bd7d1764.tar.bz2 |
Make app launcher on Windows pinnable.
This sets the appropriate property store values so that when pinned the created shortcut will have the right icon and launch switches. A .ico has been added to the resources for this.
This also removes the need to set the window icon in the previous way, so the previous resource and code has been removed.
BUG=151672
Review URL: https://chromiumcodereview.appspot.com/10996042
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@159225 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/chrome_dll.rc')
-rw-r--r-- | chrome/app/chrome_dll.rc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/app/chrome_dll.rc b/chrome/app/chrome_dll.rc index a985566..1cbbc1f 100644 --- a/chrome/app/chrome_dll.rc +++ b/chrome/app/chrome_dll.rc @@ -209,6 +209,10 @@ IDI_THROBBER_22 ICON "theme\vista_frame_throbber_22.i IDI_THROBBER_23 ICON "theme\vista_frame_throbber_23.ico" IDI_THROBBER_24 ICON "theme\vista_frame_throbber_24.ico" +// Icon for the App Lancher +IDI_APP_LIST ICON "theme\\app_list.ico" + + ///////////////////////////////////////////////////////////////////////////// // // Dialog |