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

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

Issue 2622383002: Sending reporter logs doesn't depend on a feature anymore. (Closed)
Patch Set: Created 3 years, 11 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
« no previous file with comments | « chrome/browser/safe_browsing/srt_fetcher_win.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/safe_browsing/srt_fetcher_win.cc
diff --git a/chrome/browser/safe_browsing/srt_fetcher_win.cc b/chrome/browser/safe_browsing/srt_fetcher_win.cc
index 5f176dd9af85608a1da656bbf3447e6cfe4036b9..fbb123d7cccc065aa465d57f4984ddc42e825722 100644
--- a/chrome/browser/safe_browsing/srt_fetcher_win.cc
+++ b/chrome/browser/safe_browsing/srt_fetcher_win.cc
@@ -72,9 +72,6 @@ const wchar_t kStartTimeValueName[] = L"StartTime";
const char kExtendedSafeBrowsingEnabledSwitch[] =
"extended-safebrowsing-enabled";
-const base::Feature kSwReporterExtendedSafeBrowsingFeature{
- "SwReporterExtendedSafeBrowsingFeature", base::FEATURE_DISABLED_BY_DEFAULT};
-
namespace {
// Used to send UMA information about missing start and end time registry
@@ -951,9 +948,6 @@ class ReporterRunner : public chrome::BrowserListObserver {
// least |kSwReporterLastTimeSentReport| days ago.
bool ShouldSendReporterLogs(const std::string& suffix,
const PrefService& local_state) {
- if (!base::FeatureList::IsEnabled(kSwReporterExtendedSafeBrowsingFeature))
- return false;
-
UMAHistogramReporter uma(suffix);
if (!SafeBrowsingExtendedReportingEnabled()) {
uma.RecordLogsUploadEnabled(REPORTER_LOGS_UPLOADS_SBER_DISABLED);
« no previous file with comments | « chrome/browser/safe_browsing/srt_fetcher_win.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698