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

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

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 | « components/rlz/rlz_tracker_unittest.cc ('k') | ios/chrome/browser/rlz/rlz_tracker_delegate_impl.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.h
diff --git a/ios/chrome/browser/rlz/rlz_tracker_delegate_impl.h b/ios/chrome/browser/rlz/rlz_tracker_delegate_impl.h
index 5c2be98b55dbcedf97d866e9c0715ac3bbf7569a..2bf2ed54d3c3aef0b40bd6de2eda3a95baf48e65 100644
--- a/ios/chrome/browser/rlz/rlz_tracker_delegate_impl.h
+++ b/ios/chrome/browser/rlz/rlz_tracker_delegate_impl.h
@@ -33,7 +33,6 @@ class RLZTrackerDelegateImpl : public rlz::RLZTrackerDelegate {
// RLZTrackerDelegate implementation.
void Cleanup() override;
bool IsOnUIThread() override;
- base::SequencedWorkerPool* GetBlockingPool() override;
net::URLRequestContextGetter* GetRequestContext() override;
bool GetBrand(std::string* brand) override;
bool IsBrandOrganic(const std::string& brand) override;
« no previous file with comments | « components/rlz/rlz_tracker_unittest.cc ('k') | ios/chrome/browser/rlz/rlz_tracker_delegate_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698