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

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 69402)
+++ chrome/installer/mini_installer/mini_installer.h (working copy)
@@ -25,8 +25,11 @@
// 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 the full installer if this suffix is found in the ap
+// value.
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