diff options
Diffstat (limited to 'chrome/installer/util/util_constants.cc')
-rw-r--r-- | chrome/installer/util/util_constants.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/installer/util/util_constants.cc b/chrome/installer/util/util_constants.cc index 5980992..183bb69 100644 --- a/chrome/installer/util/util_constants.cc +++ b/chrome/installer/util/util_constants.cc @@ -17,8 +17,8 @@ const wchar_t kChromeSxS[] = L"chrome-sxs"; // Create Desktop and QuickLaunch shortcuts const wchar_t kCreateAllShortcuts[] = L"create-all-shortcuts"; -// Delete user profile also. This param is useful only when specified with -// kUninstall && kForceUninstall, otherwise it is silently ignored. +// Delete user profile data. This param is useful only when specified with +// kUninstall, otherwise it is silently ignored. const wchar_t kDeleteProfile[] = L"delete-profile"; // Disable logging |