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

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

Issue 126143005: Remove Chrome Frame code and resources. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sync to r244038 Created 6 years, 11 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 | Annotate | Revision Log
« no previous file with comments | « chrome/app/chrome_dll.rc ('k') | chrome/app/generated_resources.grd » ('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 #define IDR_MAINFRAME 101 5 #define IDR_MAINFRAME 101
6 #define IDR_CHROMEFRAME 200
7 6
8 #define IDI_THROBBER_01 102 7 #define IDI_THROBBER_01 102
9 #define IDI_THROBBER_02 103 8 #define IDI_THROBBER_02 103
10 #define IDI_THROBBER_03 104 9 #define IDI_THROBBER_03 104
11 #define IDI_THROBBER_04 105 10 #define IDI_THROBBER_04 105
12 #define IDI_THROBBER_05 106 11 #define IDI_THROBBER_05 106
13 #define IDI_THROBBER_06 107 12 #define IDI_THROBBER_06 107
14 #define IDI_THROBBER_07 108 13 #define IDI_THROBBER_07 108
15 #define IDI_THROBBER_08 109 14 #define IDI_THROBBER_08 109
16 #define IDI_THROBBER_09 110 15 #define IDI_THROBBER_09 110
(...skipping 10 matching lines...) Expand all
27 #define IDI_THROBBER_20 121 26 #define IDI_THROBBER_20 121
28 #define IDI_THROBBER_21 122 27 #define IDI_THROBBER_21 122
29 #define IDI_THROBBER_22 123 28 #define IDI_THROBBER_22 123
30 #define IDI_THROBBER_23 124 29 #define IDI_THROBBER_23 124
31 #define IDI_THROBBER_24 125 30 #define IDI_THROBBER_24 125
32 #define IDR_SXS 126 31 #define IDR_SXS 126
33 32
34 // Values around 1600 are used by installer/setup/build/ 33 // Values around 1600 are used by installer/setup/build/
35 34
36 #define IDD_IPC_SETTINGS 3000 35 #define IDD_IPC_SETTINGS 3000
OLDNEW
« no previous file with comments | « chrome/app/chrome_dll.rc ('k') | chrome/app/generated_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698