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

Unified Diff: chrome/installer/mini_installer/mini_installer.cc

Issue 542078: Adding a secondary mini_installer target for Chrome Frame. This will remove t... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 years, 11 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 | « chrome/installer/mini_installer/chrome_frame_appid.cc ('k') | chrome/installer/setup/install.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/installer/mini_installer/mini_installer.cc
===================================================================
--- chrome/installer/mini_installer/mini_installer.cc (revision 36244)
+++ chrome/installer/mini_installer/mini_installer.cc (working copy)
@@ -32,12 +32,10 @@
#include <Shellapi.h>
#include <shlwapi.h>
+#include "chrome/installer/mini_installer/appid.h"
#include "chrome/installer/mini_installer/mini_installer.h"
#include "chrome/installer/mini_installer/pe_resource.h"
-// Generated header that includes the Google Update id.
-#include "appid.h"
-
// Required linker symbol. See remarks above.
extern "C" unsigned int __sse2_available = 0;
@@ -155,7 +153,7 @@
if (!SafeStrCopy(ap_registry_key, _countof(ap_registry_key),
kApRegistryKeyBase) ||
!SafeStrCat(ap_registry_key, _countof(ap_registry_key),
- google_update::kChromeGuid)) {
+ google_update::kAppGuid)) {
return;
}
if (::RegOpenKeyEx(root_key, ap_registry_key, NULL,
« no previous file with comments | « chrome/installer/mini_installer/chrome_frame_appid.cc ('k') | chrome/installer/setup/install.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698