| Index: chrome/common/chrome_icon_resources_win.h
|
| diff --git a/chrome/common/chrome_icon_resources_win.h b/chrome/common/chrome_icon_resources_win.h
|
| index dc18f5a149151709ad4309498d653c77f6a4875d..9400c0b27aebdd00ee9778f7041b6b5d41b0ed5f 100644
|
| --- a/chrome/common/chrome_icon_resources_win.h
|
| +++ b/chrome/common/chrome_icon_resources_win.h
|
| @@ -30,6 +30,12 @@ enum {
|
|
|
| // The Chrome incognito icon.
|
| kIncognitoIndex = 7,
|
| +
|
| + // The Chrome Dev application icon.
|
| + kDevApplicationIndex = 8,
|
| +
|
| + // The Chrome Beta application icon.
|
| + kBetaApplicationIndex = 9,
|
| #else // defined(GOOGLE_CHROME_BUILD)
|
| // The Chromium App Launcher icon.
|
| kAppLauncherIndex = 1,
|
|
|