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

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

Issue 6005016: Add -multifail to the Google Update "ap" value if --multi-install is present ... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 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 | « no previous file | chrome/installer/mini_installer/mini_installer.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.h
===================================================================
--- chrome/installer/mini_installer/mini_installer.h (revision 70612)
+++ chrome/installer/mini_installer/mini_installer.h (working copy)
@@ -28,6 +28,9 @@
// Google Update will use the full installer if this suffix is found in the ap
// value.
const wchar_t kFullInstallerSuffix[] = L"-full";
+// Google Update will use the single-install configuration if this suffix is
+// found in the ap value.
+const wchar_t kMultifailInstallerSuffix[] = L"-multifail";
// ap value tag for a multi-install product.
const wchar_t kMultiInstallTag[] = L"-multi";
« no previous file with comments | « no previous file | chrome/installer/mini_installer/mini_installer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698