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

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

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_client_info_win.cc
diff --git a/chrome/browser/safe_browsing/srt_client_info_win.cc b/chrome/browser/safe_browsing/srt_client_info_win.cc
index 6faa2dfa1ca86d651fd93be9d4376b633423e078..7506dac8d51bfb3795a31e1ae317c0245d750236 100644
--- a/chrome/browser/safe_browsing/srt_client_info_win.cc
+++ b/chrome/browser/safe_browsing/srt_client_info_win.cc
@@ -24,12 +24,6 @@ bool SafeBrowsingExtendedEnabledForBrowser(const Browser* browser) {
} // namespace
-const char kChromeChannelSwitch[] = "chrome-channel";
-const char kChromeVersionSwitch[] = "chrome-version";
-const char kEnableCrashReporting[] = "enable-crash-reporting";
-const char kExtendedSafeBrowsingEnabledSwitch[] =
- "extended-safebrowsing-enabled";
-
int ChannelAsInt() {
switch (chrome::GetChannel()) {
case version_info::Channel::UNKNOWN:
« no previous file with comments | « chrome/browser/safe_browsing/srt_client_info_win.h ('k') | chrome/browser/safe_browsing/srt_fetcher_browsertest_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698