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

Unified Diff: chrome/browser/safe_browsing/srt_fetcher_win.h

Issue 2812223003: Move shared constants to //components/chrome_cleaner (Closed)
Patch Set: Code review 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: chrome/browser/safe_browsing/srt_fetcher_win.h
diff --git a/chrome/browser/safe_browsing/srt_fetcher_win.h b/chrome/browser/safe_browsing/srt_fetcher_win.h
index a6e79e1aecec608e1bc7af8e9cc6394d522fe37d..2d1ca858de6bbcbdeb014a1d7f3507f3e7f74af9 100644
--- a/chrome/browser/safe_browsing/srt_fetcher_win.h
+++ b/chrome/browser/safe_browsing/srt_fetcher_win.h
@@ -27,17 +27,6 @@ class Browser;
namespace safe_browsing {
-// SRT registry keys and value names.
-extern const wchar_t kSoftwareRemovalToolRegistryKey[];
-extern const wchar_t kEndTimeValueName[];
-extern const wchar_t kStartTimeValueName[];
-
-// Reporter exit codes.
-const int kSwReporterCleanupNeeded = 0;
-const int kSwReporterNothingFound = 2;
-const int kSwReporterPostRebootCleanupNeeded = 4;
-const int kSwReporterDelayedPostRebootCleanupNeeded = 15;
-
// A special exit code identifying a failure to run the reporter.
const int kReporterFailureExitCode = INT_MAX;
@@ -51,11 +40,6 @@ const int kDaysBetweenReporterLogsSent = 7;
// Chrome Cleanup tool to Chrome.
extern const base::Feature kInBrowserCleanerUIFeature;
-// The switch to be passed to the Software Reporter process with the Mojo pipe
-// token for the IPC communication with Chrome.
-// TODO(crbug/709035) Move this to //components/chrome_cleaner.
-extern const char kChromeMojoPipeTokenSwitch[];
-
// Parameters used to invoke the sw_reporter component.
struct SwReporterInvocation {
base::CommandLine command_line;
« no previous file with comments | « chrome/browser/safe_browsing/srt_fetcher_browsertest_win.cc ('k') | chrome/browser/safe_browsing/srt_fetcher_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698