Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(118)

Unified Diff: components/chrome_cleaner/public/constants/constants.h

Issue 2890023005: Chrome Cleaner UI: reporter no longer uses mojo. (Closed)
Patch Set: Nits Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/test/BUILD.gn ('k') | components/chrome_cleaner/public/constants/constants.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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[];
« no previous file with comments | « chrome/test/BUILD.gn ('k') | components/chrome_cleaner/public/constants/constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698