Only grant permissions to new extensions from sync if they have the expected version
[chromium-blink-merge.git] / chrome / app / chrome_exe.rc
blob6f6f17fda0e78951d3d0a997b94373baed8bba2f
1 // Microsoft Visual C++ generated resource script.
2 //
3 #include "chrome_exe_resource.h"
5 #define APSTUDIO_READONLY_SYMBOLS
6 /////////////////////////////////////////////////////////////////////////////
7 //
8 // Generated from the TEXTINCLUDE 2 resource.
9 //
10 #define APSTUDIO_HIDDEN_SYMBOLS
11 #include "windows.h"
12 #undef APSTUDIO_HIDDEN_SYMBOLS
14 /////////////////////////////////////////////////////////////////////////////
15 #undef APSTUDIO_READONLY_SYMBOLS
17 /////////////////////////////////////////////////////////////////////////////
18 // English (U.S.) resources
20 #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
21 #ifdef _WIN32
22 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
23 #pragma code_page(1252)
24 #endif //_WIN32
27 /////////////////////////////////////////////////////////////////////////////
29 // Icon
32 // The application icon should: have the lowest ID, be placed first, and its
33 // resource name should be alphabetically less than the name of any other icon
34 // resource (http://msdn.microsoft.com/en-us/library/ms997538.aspx).
35 // Note: chrome/installer/util/shell_util.cc depends on the order and number of
36 // icons.  To avoid breaking existing shortcuts, add new icons at the end
37 // (following the ordering described above).
38 #if defined(GOOGLE_CHROME_BUILD)
39 IDR_MAINFRAME           ICON                    "theme\\google_chrome\\win\\chrome.ico"
40 // These three are no longer used, but remain as placeholders. (They cannot be
41 // removed, or existing shortcuts to the later resources will break.)
42 IDR_MAINFRAME_2         ICON                    "theme\\google_chrome\\win\\placeholder.ico"
43 IDR_MAINFRAME_3         ICON                    "theme\\google_chrome\\win\\placeholder.ico"
44 IDR_MAINFRAME_4         ICON                    "theme\\google_chrome\\win\\placeholder.ico"
45 // The SXS icon must have an index of 4, the constant is used in Chrome code to
46 // identify it.
47 IDR_SXS                 ICON                    "theme\\google_chrome\\win\\chrome_sxs.ico"
48 #else
49 IDR_MAINFRAME           ICON                    "theme\\chromium\\win\\chromium.ico"
50 #endif
52 // Start a naming scheme to keep icons in order. A leading X is used to keep
53 // the name alphabetically after IDR_SXS. The maximum of the number that follows
54 // should be incremented when a new icon is added. The icon indices in
55 // chrome_icon_resources_win.cc should also be updated.
57 #if defined(GOOGLE_CHROME_BUILD)
58 IDR_X001_APP_LIST       ICON                    "theme\\google_chrome\\win\\app_list.ico"
59 IDR_X002_APP_LIST_SXS   ICON                    "theme\\google_chrome\\win\\app_list_sxs.ico"
60 #else
61 IDR_X001_APP_LIST       ICON                    "theme\\chromium\\win\\app_list.ico"
62 #endif
65 /////////////////////////////////////////////////////////////////////////////
67 // GOOGLEUPDATEAPPLICATIONCOMMANDS is a "well-known" marker resource defined
68 // by Omaha. Executables must both be signed by Google and contain the marker
69 // in order to expose application commands.
71 #define IDR_GOOGLE_UPDATE_APP_COMMANDS_MARKUP 1
73 IDR_GOOGLE_UPDATE_APP_COMMANDS_MARKUP GOOGLEUPDATEAPPLICATIONCOMMANDS { 1L }
76 #endif    // English (U.S.) resources
77 /////////////////////////////////////////////////////////////////////////////