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

Unified Diff: components/domain_reliability/monitor.cc

Issue 2889683003: Rename TaskRunner::RunsTasksOnCurrentThread() in //components (Closed)
Patch Set: Created 3 years, 7 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
Index: components/domain_reliability/monitor.cc
diff --git a/components/domain_reliability/monitor.cc b/components/domain_reliability/monitor.cc
index d5a437fba0997fa631b63a2c60fc26958dafedb7..b9b11530a803e868ef9b1fd8e36747d53e41a9af 100644
--- a/components/domain_reliability/monitor.cc
+++ b/components/domain_reliability/monitor.cc
@@ -152,7 +152,7 @@ void DomainReliabilityMonitor::InitURLRequestContext(
// Make sure the URLRequestContext actually lives on what was declared to be
// the network thread.
DCHECK(url_request_context_getter->GetNetworkTaskRunner()->
- RunsTasksOnCurrentThread());
+ RunsTasksInCurrentSequence());
uploader_ = DomainReliabilityUploader::Create(time_.get(),
url_request_context_getter);

Powered by Google App Engine
This is Rietveld 408576698