| Index: components/chrome_cleaner/public/constants/constants.h
|
| diff --git a/components/chrome_cleaner/public/constants/constants.h b/components/chrome_cleaner/public/constants/constants.h
|
| index 9ca9a5d317c3278047b7952e19cb37ddc8d84c6a..ad1b8af203b7f34455384faca6c5b086f81f9d5d 100644
|
| --- a/components/chrome_cleaner/public/constants/constants.h
|
| +++ b/components/chrome_cleaner/public/constants/constants.h
|
| @@ -33,6 +33,12 @@ extern const char kChromeSystemInstallSwitch[];
|
| // The Chrome version string.
|
| extern const char kChromeVersionSwitch[];
|
|
|
| +// Indicates whether logs upload is enabled in the cleaner process. Should be
|
| +// set by Chrome only be set if user has opted into Safe Browsing Extended
|
| +// Reporting v2. Takes effect only if execution mode is not
|
| +// ExecutionMode::kNone.
|
| +extern const char kEnableCleanerLoggingSwitch[];
|
| +
|
| // Indicates that crash reporting is enabled for the current user.
|
| extern const char kEnableCrashReportingSwitch[];
|
|
|
| @@ -40,6 +46,9 @@ extern const char kEnableCrashReportingSwitch[];
|
| // for a Software Reporter run.
|
| extern const char kEngineExperimentGroupSwitch[];
|
|
|
| +// Specify the engine to use.
|
| +extern const char kEngineSwitch[];
|
| +
|
| // Indicates the execution mode for the Chrome Cleanup Tool. Possible values
|
| // defined in enum ExecutionMode.
|
| extern const char kExecutionModeSwitch[];
|
|
|