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

Unified Diff: content/browser/webui/shared_resources_data_source.cc

Issue 2476433002: Replace URLDataSource::MessageLoopForRequestPath() with TaskRunnerForRequestPath(). (Closed)
Patch Set: rebase off local branch Created 4 years, 1 month 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: content/browser/webui/shared_resources_data_source.cc
diff --git a/content/browser/webui/shared_resources_data_source.cc b/content/browser/webui/shared_resources_data_source.cc
index 1b52b4d7155a809d30f86b90209ad08d0e0a77a7..03721b0c5e1d1d024c234d0ea0cc90f7f2c5a47a 100644
--- a/content/browser/webui/shared_resources_data_source.cc
+++ b/content/browser/webui/shared_resources_data_source.cc
@@ -145,7 +145,8 @@ std::string SharedResourcesDataSource::GetMimeType(
return "text/plain";
}
-base::MessageLoop* SharedResourcesDataSource::MessageLoopForRequestPath(
+scoped_refptr<base::SingleThreadTaskRunner>
+SharedResourcesDataSource::TaskRunnerForRequestPath(
const std::string& path) const {
return nullptr;
}
« no previous file with comments | « content/browser/webui/shared_resources_data_source.h ('k') | content/browser/webui/url_data_manager_backend.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698