Chromium Code Reviews| 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. |