diff options
Diffstat (limited to 'chrome/installer/util/util_constants.cc')
-rw-r--r-- | chrome/installer/util/util_constants.cc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/installer/util/util_constants.cc b/chrome/installer/util/util_constants.cc index d667cbb..223ae2e 100644 --- a/chrome/installer/util/util_constants.cc +++ b/chrome/installer/util/util_constants.cc @@ -11,6 +11,10 @@ namespace switches { // 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. +const wchar_t kDeleteProfile[] = L"delete-profile"; + // Disable logging const wchar_t kDisableLogging[] = L"disable-logging"; |