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

Side by Side Diff: chrome/browser/extensions/app_host.rc

Issue 10795026: Add markers to app_host.exe and setup.exe to allow them to expose app commands via Google Update. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Improve comments. Created 8 years, 5 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 | « no previous file | chrome/chrome_browser_extensions.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Microsoft Visual C++ generated resource script. 1 // Microsoft Visual C++ generated resource script.
2 // 2 //
3 #include "mini_installer_resource.h"
4 3
5 #define APSTUDIO_READONLY_SYMBOLS 4 #define APSTUDIO_READONLY_SYMBOLS
6 ///////////////////////////////////////////////////////////////////////////// 5 /////////////////////////////////////////////////////////////////////////////
7 // 6 //
8 // Generated from the TEXTINCLUDE 2 resource. 7 // Generated from the TEXTINCLUDE 2 resource.
9 // 8 //
10 #define APSTUDIO_HIDDEN_SYMBOLS 9 #define APSTUDIO_HIDDEN_SYMBOLS
11 #include "windows.h" 10 #include "windows.h"
12 #undef APSTUDIO_HIDDEN_SYMBOLS 11 #undef APSTUDIO_HIDDEN_SYMBOLS
12
13 ///////////////////////////////////////////////////////////////////////////// 13 /////////////////////////////////////////////////////////////////////////////
14 #undef APSTUDIO_READONLY_SYMBOLS 14 #undef APSTUDIO_READONLY_SYMBOLS
15 15
16 ///////////////////////////////////////////////////////////////////////////// 16 /////////////////////////////////////////////////////////////////////////////
17 // English (U.S.) resources 17 // English (U.S.) resources
18 18
19 #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU) 19 #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
20 #ifdef _WIN32 20 #ifdef _WIN32
21 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US 21 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
22 #pragma code_page(1252) 22 #pragma code_page(1252)
23 #endif //_WIN32 23 #endif //_WIN32
24 24
25 ///////////////////////////////////////////////////////////////////////////// 25 /////////////////////////////////////////////////////////////////////////////
26 // 26 //
27 // Icon 27 // GOOGLEUPDATEAPPLICATIONCOMMANDS is a "well-known" marker resource defined
28 // by Omaha. Executables must both be signed by Google and contain the marker
29 // in order to expose application commands.
28 // 30 //
31 #define IDR_GOOGLE_UPDATE_APP_COMMANDS_MARKUP 1
29 32
30 // Icon with lowest ID value placed first to ensure application icon 33 IDR_GOOGLE_UPDATE_APP_COMMANDS_MARKUP GOOGLEUPDATEAPPLICATIONCOMMANDS { 1L }
31 // remains consistent on all systems.
32 IDI_MINI_INSTALLER ICON "mini_installer.ico"
33
34 #ifdef APSTUDIO_INVOKED
35 /////////////////////////////////////////////////////////////////////////////
36 //
37 // TEXTINCLUDE
38 //
39
40 1 TEXTINCLUDE
41 BEGIN
42 "mini_installer_resource.h\0"
43 END
44
45 2 TEXTINCLUDE
46 BEGIN
47 "#define APSTUDIO_HIDDEN_SYMBOLS\r\n"
48 "#include ""windows.h""\r\n"
49 "#undef APSTUDIO_HIDDEN_SYMBOL\0"
50 END
51
52 #endif // APSTUDIO_INVOKED
53 34
54 #endif // English (U.S.) resources 35 #endif // English (U.S.) resources
55 ///////////////////////////////////////////////////////////////////////////// 36 /////////////////////////////////////////////////////////////////////////////
OLDNEW
« no previous file with comments | « no previous file | chrome/chrome_browser_extensions.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698