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

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

Issue 2831103002: Move shared constants to //components/chrome_cleaner (Closed)
Patch Set: Created 3 years, 8 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
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 1009db1cc0163a47f04cb4914f6372eb447853fa..551238d525469f6a9398402ce3d7ad2ced79e2ea 100644
--- a/components/chrome_cleaner/public/constants/constants.h
+++ b/components/chrome_cleaner/public/constants/constants.h
@@ -36,6 +36,10 @@ extern const char kChromeVersionSwitch[];
// Indicates that crash reporting is enabled for the current user.
extern const char kEnableCrashReportingSwitch[];
+// Specifies the name of experiment group in the alternate engine field trial
+// for a Software Reporter run.
+extern const char kEngineExperimentGroupSwitch[];
+
// Indicates the execution mode for the Chrome Cleanup Tool. Possible values
// defined in enum ExecutionMode.
extern const char kExecutionModeSwitch[];
@@ -43,6 +47,9 @@ extern const char kExecutionModeSwitch[];
// Indicates that the current user opted into Safe Browsing Extended Reporting.
extern const char kExtendedSafeBrowsingEnabledSwitch[];
+// Specifies the suffix to the registry path where metrics data will be saved.
+extern const char kRegistrySuffixSwitch[];
+
// Identifier used to group all reports generated during the same run of the
// software reporter (which may include multiple invocations of the reporter
/// binary, each generating a report). An ASCII, base-64 encoded random string.

Powered by Google App Engine
This is Rietveld 408576698