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

Unified Diff: ios/chrome/browser/web/chrome_web_client.h

Issue 2797803002: Use TaskScheduler::InitParams to initialize TaskScheduler in web_main_loop.mm. (Closed)
Patch Set: fix-build-error Created 3 years, 8 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 | ios/chrome/browser/web/chrome_web_client.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/web/chrome_web_client.h
diff --git a/ios/chrome/browser/web/chrome_web_client.h b/ios/chrome/browser/web/chrome_web_client.h
index ae2de1163d27a96fc5d0dea1afbea11a5ad958d9..440a75dda83768e116b92369c279234e75baf507 100644
--- a/ios/chrome/browser/web/chrome_web_client.h
+++ b/ios/chrome/browser/web/chrome_web_client.h
@@ -42,10 +42,8 @@ class ChromeWebClient : public web::WebClient {
const GURL& request_url,
bool overridable,
const base::Callback<void(bool)>& callback) override;
- void GetTaskSchedulerInitializationParams(
- std::vector<base::SchedulerWorkerPoolParams>* params_vector,
- base::TaskScheduler::WorkerPoolIndexForTraitsCallback*
- index_to_traits_callback) override;
+ std::unique_ptr<base::TaskScheduler::InitParams> GetTaskSchedulerInitParams()
+ override;
void PerformExperimentalTaskSchedulerRedirections() override;
private:
« no previous file with comments | « no previous file | ios/chrome/browser/web/chrome_web_client.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698