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

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

Issue 5875003: Add support for --multi-install to mini_installer, fixed a memory leak, and r... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years 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
Index: chrome/installer/mini_installer/mini_installer.h
===================================================================
--- chrome/installer/mini_installer/mini_installer.h (revision 69125)
+++ chrome/installer/mini_installer/mini_installer.h (working copy)
@@ -25,8 +25,10 @@
// Temp directory prefix that this process creates
const wchar_t kTempPrefix[] = L"CR_";
-// Google Update will use full installer if this suffix is found in ap key.
+// Google Update will use full installer if this suffix is found in ap value.
robertshield 2010/12/15 20:25:45 grammar nits: Google Update will use *the* full in
grt (UTC plus 2) 2010/12/16 05:59:13 Done.
const wchar_t kFullInstallerSuffix[] = L"-full";
+// ap value tag for a multi-install product.
+const wchar_t kMultiInstallTag[] = L"-multi";
// The resource types that would be unpacked from the mini installer.
// 'BN' is uncompressed binary and 'BL' is LZ compressed binary.

Powered by Google App Engine
This is Rietveld 408576698