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

Side by Side Diff: chrome/app/chrome_dll_resource.h

Issue 2834973002: Revert of Enable side-by-side beta and dev channels. (Closed)
Patch Set: Created 3 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 unified diff | Download patch
« no previous file with comments | « chrome/app/chrome_dll.rc ('k') | chrome/app/chrome_exe.rc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2010 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2010 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 // clang-format off
6
7 #define IDR_MAINFRAME 101 5 #define IDR_MAINFRAME 101
8 6
9 #define IDI_THROBBER_01 102 7 #define IDI_THROBBER_01 102
10 #define IDI_THROBBER_02 103 8 #define IDI_THROBBER_02 103
11 #define IDI_THROBBER_03 104 9 #define IDI_THROBBER_03 104
12 #define IDI_THROBBER_04 105 10 #define IDI_THROBBER_04 105
13 #define IDI_THROBBER_05 106 11 #define IDI_THROBBER_05 106
14 #define IDI_THROBBER_06 107 12 #define IDI_THROBBER_06 107
15 #define IDI_THROBBER_07 108 13 #define IDI_THROBBER_07 108
16 #define IDI_THROBBER_08 109 14 #define IDI_THROBBER_08 109
17 #define IDI_THROBBER_09 110 15 #define IDI_THROBBER_09 110
18 #define IDI_THROBBER_10 111 16 #define IDI_THROBBER_10 111
19 #define IDI_THROBBER_11 112 17 #define IDI_THROBBER_11 112
20 #define IDI_THROBBER_12 113 18 #define IDI_THROBBER_12 113
21 #define IDI_THROBBER_13 114 19 #define IDI_THROBBER_13 114
22 #define IDI_THROBBER_14 115 20 #define IDI_THROBBER_14 115
23 #define IDI_THROBBER_15 116 21 #define IDI_THROBBER_15 116
24 #define IDI_THROBBER_16 117 22 #define IDI_THROBBER_16 117
25 #define IDI_THROBBER_17 118 23 #define IDI_THROBBER_17 118
26 #define IDI_THROBBER_18 119 24 #define IDI_THROBBER_18 119
27 #define IDI_THROBBER_19 120 25 #define IDI_THROBBER_19 120
28 #define IDI_THROBBER_20 121 26 #define IDI_THROBBER_20 121
29 #define IDI_THROBBER_21 122 27 #define IDI_THROBBER_21 122
30 #define IDI_THROBBER_22 123 28 #define IDI_THROBBER_22 123
31 #define IDI_THROBBER_23 124 29 #define IDI_THROBBER_23 124
32 #define IDI_THROBBER_24 125 30 #define IDI_THROBBER_24 125
33 #define IDR_SXS 126 31 #define IDR_SXS 126
34 #define IDR_X004_DEV 127
35 #define IDR_X005_BETA 128
36
37 // clang-format on
38 32
39 // Values around 1600 are used by installer/setup/build/ 33 // Values around 1600 are used by installer/setup/build/
OLDNEW
« no previous file with comments | « chrome/app/chrome_dll.rc ('k') | chrome/app/chrome_exe.rc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698