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; |