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

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

Issue 10825364: Upon execution of the App Host, ask Omaha to install the Chrome Binaries if they are not present on… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: More wood behind fewer return statements. Created 8 years, 4 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
OLDNEW
1 // Microsoft Visual C++ generated resource script. 1 // Microsoft Visual C++ generated resource script.
2 // 2 //
3 3
4 #define APSTUDIO_READONLY_SYMBOLS 4 #define APSTUDIO_READONLY_SYMBOLS
5 ///////////////////////////////////////////////////////////////////////////// 5 /////////////////////////////////////////////////////////////////////////////
6 // 6 //
7 // Generated from the TEXTINCLUDE 2 resource. 7 // Generated from the TEXTINCLUDE 2 resource.
8 // 8 //
9 #define APSTUDIO_HIDDEN_SYMBOLS 9 #define APSTUDIO_HIDDEN_SYMBOLS
10 #include "windows.h" 10 #include "windows.h"
(...skipping 16 matching lines...) Expand all
27 // GOOGLEUPDATEAPPLICATIONCOMMANDS is a "well-known" marker resource defined 27 // GOOGLEUPDATEAPPLICATIONCOMMANDS is a "well-known" marker resource defined
28 // by Omaha. Executables must both be signed by Google and contain the marker 28 // by Omaha. Executables must both be signed by Google and contain the marker
29 // in order to expose application commands. 29 // in order to expose application commands.
30 // 30 //
31 #define IDR_GOOGLE_UPDATE_APP_COMMANDS_MARKUP 1 31 #define IDR_GOOGLE_UPDATE_APP_COMMANDS_MARKUP 1
32 32
33 IDR_GOOGLE_UPDATE_APP_COMMANDS_MARKUP GOOGLEUPDATEAPPLICATIONCOMMANDS { 1L } 33 IDR_GOOGLE_UPDATE_APP_COMMANDS_MARKUP GOOGLEUPDATEAPPLICATIONCOMMANDS { 1L }
34 34
35 #endif // English (U.S.) resources 35 #endif // English (U.S.) resources
36 ///////////////////////////////////////////////////////////////////////////// 36 /////////////////////////////////////////////////////////////////////////////
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698