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

Unified Diff: chrome/browser/metrics/google_update_metrics_provider_win.h

Issue 2669923004: Use TaskScheduler instead of blocking pool in google_update_metrics_provider_win.cc. (Closed)
Patch Set: upload Created 3 years, 10 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 | chrome/browser/metrics/google_update_metrics_provider_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/metrics/google_update_metrics_provider_win.h
diff --git a/chrome/browser/metrics/google_update_metrics_provider_win.h b/chrome/browser/metrics/google_update_metrics_provider_win.h
index 171ee7945a70741bb2e22fa6dec9952f08a87615..d59309df21e068630102bbc880b33195d458dd2d 100644
--- a/chrome/browser/metrics/google_update_metrics_provider_win.h
+++ b/chrome/browser/metrics/google_update_metrics_provider_win.h
@@ -50,7 +50,7 @@ class GoogleUpdateMetricsProviderWin : public metrics::MetricsProvider {
};
// Retrieve the Google Update data on the blocking pool.
- static GoogleUpdateMetrics GetGoogleUpdateDataOnBlockingPool();
+ static GoogleUpdateMetrics GetGoogleUpdateDataBlocking();
Alexei Svitkine (slow) 2017/02/03 21:05:16 Nit: This function name doesn't make sense to me a
// Receives |google_update_metrics| from a blocking pool thread and runs
// |done_callback|.
« no previous file with comments | « no previous file | chrome/browser/metrics/google_update_metrics_provider_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698