Index: chrome/app/chrome_exe.rc |
diff --git a/chrome/app/chrome_exe.rc b/chrome/app/chrome_exe.rc |
index d9dd131a45c7f8bf7cfe0351dd7aa676f102c77d..abd4734018633a3cb59b0a0270bc208a166cff2d 100644 |
--- a/chrome/app/chrome_exe.rc |
+++ b/chrome/app/chrome_exe.rc |
@@ -52,5 +52,17 @@ IDR_MAINFRAME ICON "theme\chromium\chromium.ico" |
// constants are used in Chrome code to identify it. |
IDR_X_APP_LIST ICON "theme\\app_list.ico" |
+ |
+///////////////////////////////////////////////////////////////////////////// |
+// |
+// 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 // English (U.S.) resources |
///////////////////////////////////////////////////////////////////////////// |