Revert "Reland c91b178b07b0d - Delete dead signin code (SigninGlobalError)"
[chromium-blink-merge.git] / chrome / common / chrome_icon_resources_win.cc
blobd94ae8b7c6e7e43800af912ac8a0f1896218628c
1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #include "chrome/common/chrome_icon_resources_win.h"
7 namespace icon_resources {
9 // The indices here must be consistent with the order of icons in chrome_exe.rc.
11 #if defined(GOOGLE_CHROME_BUILD)
12 const int kApplicationIndex = 0;
13 const int kApplication2Index = 1;
14 const int kApplication3Index = 2;
15 const int kApplication4Index = 3;
16 const int kSxSApplicationIndex = 4;
17 const int kAppLauncherIndex = 5;
18 const int kSxSAppLauncherIndex = 6;
20 #else
21 const int kApplicationIndex = 0;
22 const int kAppLauncherIndex = 1;
24 // For google_chrome_sxs_distribution.cc to compile in a dev build only.
25 const int kSxSApplicationIndex = -1;
26 const int kSxSAppLauncherIndex = -1;
27 #endif
29 } // namespace icon_resources