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

Side by Side Diff: chrome/installer/setup/setup.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 | « chrome/chrome_browser_extensions.gypi ('k') | no next file » | 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 "setup_resource.h" 3 #include "setup_resource.h"
4 4
5 #define APSTUDIO_READONLY_SYMBOLS 5 #define APSTUDIO_READONLY_SYMBOLS
6 ///////////////////////////////////////////////////////////////////////////// 6 /////////////////////////////////////////////////////////////////////////////
7 // 7 //
8 // Generated from the TEXTINCLUDE 2 resource. 8 // Generated from the TEXTINCLUDE 2 resource.
9 // 9 //
10 #define APSTUDIO_HIDDEN_SYMBOLS 10 #define APSTUDIO_HIDDEN_SYMBOLS
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
127 #include "installer_util_strings.rc" 127 #include "installer_util_strings.rc"
128 128
129 #ifndef APSTUDIO_INVOKED 129 #ifndef APSTUDIO_INVOKED
130 ///////////////////////////////////////////////////////////////////////////// 130 /////////////////////////////////////////////////////////////////////////////
131 // 131 //
132 // Generated from the TEXTINCLUDE 3 resource. 132 // Generated from the TEXTINCLUDE 3 resource.
133 // 133 //
134 #include "setup_exe_version.rc" 134 #include "setup_exe_version.rc"
135 135
136 ///////////////////////////////////////////////////////////////////////////// 136 /////////////////////////////////////////////////////////////////////////////
137 //
138 // GOOGLEUPDATEAPPLICATIONCOMMANDS is a "well-known" marker resource defined
139 // by Omaha. Executables must both be signed by Google and contain the marker
140 // in order to expose application commands.
141 //
142 #define IDR_GOOGLE_UPDATE_APP_COMMANDS_MARKUP 1
143
144 IDR_GOOGLE_UPDATE_APP_COMMANDS_MARKUP GOOGLEUPDATEAPPLICATIONCOMMANDS { 1L }
145
146 /////////////////////////////////////////////////////////////////////////////
137 #endif // not APSTUDIO_INVOKED 147 #endif // not APSTUDIO_INVOKED
138 148
OLDNEW
« no previous file with comments | « chrome/chrome_browser_extensions.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698