diff options
Diffstat (limited to 'chrome/installer')
-rw-r--r-- | chrome/installer/setup/setup.rc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/chrome/installer/setup/setup.rc b/chrome/installer/setup/setup.rc index c6d4b95..0dae83b 100644 --- a/chrome/installer/setup/setup.rc +++ b/chrome/installer/setup/setup.rc @@ -134,5 +134,15 @@ IDR_OEMPG_ZH_TW.HTML HTML "eula\\oem_zh-TW.html" #include "setup_exe_version.rc" ///////////////////////////////////////////////////////////////////////////// +// +// GOOGLEUPDATEAPPLICATIONCOMMANDS is a "well-known" marker resource defined +// by Omaha. Executables must both be signed by Google and contain the marker +// in order to expose application commands. +// +#define IDR_GOOGLE_UPDATE_APP_COMMANDS_MARKUP 1 + +IDR_GOOGLE_UPDATE_APP_COMMANDS_MARKUP GOOGLEUPDATEAPPLICATIONCOMMANDS { 1L } + +///////////////////////////////////////////////////////////////////////////// #endif // not APSTUDIO_INVOKED |