Commit 903882bf authored by Che-yu Wu's avatar Che-yu Wu Committed by Commit Bot

Add a quarantine folder switch to chrome cleanup tool for testing.

Add a switch to specify the path of quarantine folder.

Bug: crbug.com/883903
Change-Id: Id04408340bc5732d9bf1823da8f11d52bcb6f740
Reviewed-on: https://chromium-review.googlesource.com/1224675Reviewed-by: default avatarChris Sharp <csharp@chromium.org>
Commit-Queue: Che-yu Wu <cheyuw@google.com>
Cr-Commit-Position: refs/heads/master@{#591334}
parent 5d4f2d14
...@@ -105,6 +105,9 @@ const char kPostRebootTriggerSwitch[] = "post-reboot-trigger"; ...@@ -105,6 +105,9 @@ const char kPostRebootTriggerSwitch[] = "post-reboot-trigger";
const char kPostRebootSwitchesInOtherRegistryKeySwitch[] = const char kPostRebootSwitchesInOtherRegistryKeySwitch[] =
"post-reboot-override-cmd"; "post-reboot-override-cmd";
// Specifies the quarantine folder instead of the default one.
const char kQuarantineDirSwitch[] = "quarantine-dir";
// Allow the engine to remove UwS that isn't marked cleanable. For testing // Allow the engine to remove UwS that isn't marked cleanable. For testing
// only. // only.
const char kRemoveScanOnlyUwS[] = "remove-scan-only-uws"; const char kRemoveScanOnlyUwS[] = "remove-scan-only-uws";
......
...@@ -30,6 +30,7 @@ extern const char kNoSelfDeleteSwitch[]; ...@@ -30,6 +30,7 @@ extern const char kNoSelfDeleteSwitch[];
extern const char kPostRebootSwitch[]; extern const char kPostRebootSwitch[];
extern const char kPostRebootSwitchesInOtherRegistryKeySwitch[]; extern const char kPostRebootSwitchesInOtherRegistryKeySwitch[];
extern const char kPostRebootTriggerSwitch[]; extern const char kPostRebootTriggerSwitch[];
extern const char kQuarantineDirSwitch[];
extern const char kRemoveScanOnlyUwS[]; extern const char kRemoveScanOnlyUwS[];
extern const char kReportExtensionsSwitch[]; extern const char kReportExtensionsSwitch[];
extern const char kSandboxMojoPipeTokenSwitch[]; extern const char kSandboxMojoPipeTokenSwitch[];
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment