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

Unified Diff: chrome/browser/extensions/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: Add oleauto.h for BSTR. 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/extensions/app_host/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/app_host.rc
diff --git a/chrome/browser/extensions/app_host.rc b/chrome/browser/extensions/app_host.rc
deleted file mode 100644
index ffd5341a22e1a90bac562d7967c0a89fe017b83b..0000000000000000000000000000000000000000
--- a/chrome/browser/extensions/app_host.rc
+++ /dev/null
@@ -1,36 +0,0 @@
-// Microsoft Visual C++ generated resource script.
-//
-
-#define APSTUDIO_READONLY_SYMBOLS
-/////////////////////////////////////////////////////////////////////////////
-//
-// Generated from the TEXTINCLUDE 2 resource.
-//
-#define APSTUDIO_HIDDEN_SYMBOLS
-#include "windows.h"
-#undef APSTUDIO_HIDDEN_SYMBOLS
-
-/////////////////////////////////////////////////////////////////////////////
-#undef APSTUDIO_READONLY_SYMBOLS
-
-/////////////////////////////////////////////////////////////////////////////
-// English (U.S.) resources
-
-#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
-#ifdef _WIN32
-LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
-#pragma code_page(1252)
-#endif //_WIN32
-
-/////////////////////////////////////////////////////////////////////////////
-//
-// 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
-/////////////////////////////////////////////////////////////////////////////
« no previous file with comments | « no previous file | chrome/browser/extensions/app_host/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698