| Index: chrome/common/chrome_icon_resources_win.cc
|
| diff --git a/chrome/common/chrome_icon_resources_win.cc b/chrome/common/chrome_icon_resources_win.cc
|
| index a8e3a1c2a9e65e5a497147a1ad67d9407ea41126..d94ae8b7c6e7e43800af912ac8a0f1896218628c 100644
|
| --- a/chrome/common/chrome_icon_resources_win.cc
|
| +++ b/chrome/common/chrome_icon_resources_win.cc
|
| @@ -16,12 +16,10 @@
|
| const int kSxSApplicationIndex = 4;
|
| const int kAppLauncherIndex = 5;
|
| const int kSxSAppLauncherIndex = 6;
|
| -const int kIncognitoIndex = 7;
|
|
|
| #else
|
| const int kApplicationIndex = 0;
|
| const int kAppLauncherIndex = 1;
|
| -const int kIncognitoIndex = 2;
|
|
|
| // For google_chrome_sxs_distribution.cc to compile in a dev build only.
|
| const int kSxSApplicationIndex = -1;
|
|
|