Commit 7cadf27c authored by Nick Burris's avatar Nick Burris Committed by Commit Bot

Add switch to enable cleaner extension reporting.

Change-Id: Idb448e01008f2e11df1215dd693e5f859b5790b7
Reviewed-on: https://chromium-review.googlesource.com/1089710
Commit-Queue: Nick Burris <nburris@google.com>
Reviewed-by: default avatarproberge <proberge@chromium.org>
Cr-Commit-Position: refs/heads/master@{#566007}
parent 6827040b
...@@ -106,6 +106,9 @@ const char kPostRebootSwitchesInOtherRegistryKeySwitch[] = ...@@ -106,6 +106,9 @@ const char kPostRebootSwitchesInOtherRegistryKeySwitch[] =
// only. // only.
const char kRemoveScanOnlyUwS[] = "remove-scan-only-uws"; const char kRemoveScanOnlyUwS[] = "remove-scan-only-uws";
// Enable reporting of force-installed Chrome extensions.
const char kReportExtensionsSwitch[] = "report-extensions";
// Mojo pipe token generated in the broker process and passed to the sandbox // Mojo pipe token generated in the broker process and passed to the sandbox
// process to bind with the EngineCommands IPC interface. // process to bind with the EngineCommands IPC interface.
const char kSandboxMojoPipeTokenSwitch[] = "sandbox-mojo-pipe-token"; const char kSandboxMojoPipeTokenSwitch[] = "sandbox-mojo-pipe-token";
......
...@@ -31,6 +31,7 @@ extern const char kPostRebootSwitch[]; ...@@ -31,6 +31,7 @@ extern const char kPostRebootSwitch[];
extern const char kPostRebootSwitchesInOtherRegistryKeySwitch[]; extern const char kPostRebootSwitchesInOtherRegistryKeySwitch[];
extern const char kPostRebootTriggerSwitch[]; extern const char kPostRebootTriggerSwitch[];
extern const char kRemoveScanOnlyUwS[]; extern const char kRemoveScanOnlyUwS[];
extern const char kReportExtensionsSwitch[];
extern const char kSandboxMojoPipeTokenSwitch[]; extern const char kSandboxMojoPipeTokenSwitch[];
extern const char kSandboxedProcessIdSwitch[]; extern const char kSandboxedProcessIdSwitch[];
extern const char kScanningTimeoutMinutesSwitch[]; extern const char kScanningTimeoutMinutesSwitch[];
......
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