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

Unified Diff: chrome/browser/metrics/antivirus_metrics_provider_win_unittest.cc

Issue 2960763002: [Cleanup] Remove a reference to the FILE thread. (Closed)
Patch Set: Created 3 years, 6 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/metrics/antivirus_metrics_provider_win_unittest.cc
diff --git a/chrome/browser/metrics/antivirus_metrics_provider_win_unittest.cc b/chrome/browser/metrics/antivirus_metrics_provider_win_unittest.cc
index 3e027e0f75715bb861277bcf49a1ac28916a2825..dbfa3b68d24432988150f06888415f671f0d9049 100644
--- a/chrome/browser/metrics/antivirus_metrics_provider_win_unittest.cc
+++ b/chrome/browser/metrics/antivirus_metrics_provider_win_unittest.cc
@@ -109,8 +109,8 @@ TEST_P(AntiVirusMetricsProviderTest, DISABLED_GetMetricsFullName) {
ASSERT_TRUE(thread_checker_.CalledOnValidThread());
base::HistogramTester histograms;
SetFullNamesFeatureEnabled(expect_unhashed_value_);
- // Make sure the I/O is happening on the FILE thread by disallowing it on
- // the main thread.
+ // Make sure the I/O is happening on a valid thread by disallowing it on the
+ // main thread.
bool previous_value = base::ThreadRestrictions::SetIOAllowed(false);
provider_->GetAntiVirusMetrics(
base::Bind(&AntiVirusMetricsProviderTest::GetMetricsCallback,
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698