| Index: chrome/installer/util/util_constants.cc
|
| ===================================================================
|
| --- chrome/installer/util/util_constants.cc (revision 72487)
|
| +++ chrome/installer/util/util_constants.cc (working copy)
|
| @@ -177,4 +177,8 @@
|
| const wchar_t kInstallerSuccessLaunchCmdLine[] =
|
| L"InstallerSuccessLaunchCmdLine";
|
|
|
| +const wchar_t kOptionCeee[] = L"ceee";
|
| +const wchar_t kOptionMultiInstall[] = L"multi-install";
|
| +const wchar_t kOptionReadyMode[] = L"ready-mode";
|
| +
|
| } // namespace installer
|
|
|