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

Unified Diff: ios/chrome/browser/rlz/rlz_tracker_delegate_impl.cc

Issue 2949263003: Remove call to GetBlockingPool in RLZ (Closed)
Patch Set: Use PostDelayedTaskWithTraits Created 3 years, 5 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 | « ios/chrome/browser/rlz/rlz_tracker_delegate_impl.h ('k') | rlz/lib/financial_ping.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/rlz/rlz_tracker_delegate_impl.cc
diff --git a/ios/chrome/browser/rlz/rlz_tracker_delegate_impl.cc b/ios/chrome/browser/rlz/rlz_tracker_delegate_impl.cc
index ce6606cd5f14152352f38f886fbdf0be42ce7eb7..a8a80acd8bc3d6de1077ffc323d6c1f2296a9740 100644
--- a/ios/chrome/browser/rlz/rlz_tracker_delegate_impl.cc
+++ b/ios/chrome/browser/rlz/rlz_tracker_delegate_impl.cc
@@ -58,10 +58,6 @@ bool RLZTrackerDelegateImpl::IsOnUIThread() {
return web::WebThread::CurrentlyOn(web::WebThread::UI);
}
-base::SequencedWorkerPool* RLZTrackerDelegateImpl::GetBlockingPool() {
- return web::WebThread::GetBlockingPool();
-}
-
net::URLRequestContextGetter* RLZTrackerDelegateImpl::GetRequestContext() {
return GetApplicationContext()->GetSystemURLRequestContext();
}
« no previous file with comments | « ios/chrome/browser/rlz/rlz_tracker_delegate_impl.h ('k') | rlz/lib/financial_ping.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698