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

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

Issue 2812223003: Move shared constants to //components/chrome_cleaner (Closed)
Patch Set: Comment on #endif line 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_client_info_win.h
diff --git a/chrome/browser/safe_browsing/srt_client_info_win.h b/chrome/browser/safe_browsing/srt_client_info_win.h
index dfa14ebc0e8297ba878cc38eae3abd8864cca3c3..608ee96ede8add606e8dd2207879dfd149507cc2 100644
--- a/chrome/browser/safe_browsing/srt_client_info_win.h
+++ b/chrome/browser/safe_browsing/srt_client_info_win.h
@@ -7,11 +7,6 @@
namespace safe_browsing {
-extern const char kChromeChannelSwitch[];
-extern const char kChromeVersionSwitch[];
-extern const char kEnableCrashReporting[];
-extern const char kExtendedSafeBrowsingEnabledSwitch[];
-
// Encodes Chrome's channel as an integer to be passed to the SRT on the command
// line. The SRT binary expects to receive Chrome's channel encoded as:
// 0: unknown; 1: canary; 2: dev; 3: beta; 4: stable.

Powered by Google App Engine
This is Rietveld 408576698