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

Unified Diff: chrome/browser/chrome_content_browser_client.h

Issue 2539263003: Move Task Scheduler Initialization From chrome/browser to Content (Closed)
Patch Set: Remove Content Dependency on components/task_scheduler_util Created 4 years 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: chrome/browser/chrome_content_browser_client.h
diff --git a/chrome/browser/chrome_content_browser_client.h b/chrome/browser/chrome_content_browser_client.h
index 67575e368863882279e76fe17b0e95dadb7f115c..c6b7e05820a501e0da93ebc6f2c4cccd1ea02439 100644
--- a/chrome/browser/chrome_content_browser_client.h
+++ b/chrome/browser/chrome_content_browser_client.h
@@ -316,6 +316,13 @@ class ChromeContentBrowserClient : public content::ContentBrowserClient {
media::mojom::RemoterRequest request) final;
#endif // BUILDFLAG(ENABLE_MEDIA_REMOTING)
+ void GetTaskSchedulerInitializationParams(
+ std::vector<base::SchedulerWorkerPoolParams>* params_vector,
+ base::TaskScheduler::WorkerPoolIndexForTraitsCallback*
+ index_to_traits_callback) override;
+
+ void PerformRedirectionToTaskScheduler() override;
gab 2016/12/07 16:05:20 PerformExperimentalTaskSchedulerRedirections() ?
robliao 2016/12/08 01:04:21 Done.
+
private:
friend class DisableWebRtcEncryptionFlagTest;

Powered by Google App Engine
This is Rietveld 408576698