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

Unified Diff: chrome/app/generated_resources.grd

Side-by-side diff isn't available for this file because of its large size.
Issue 2506693002: Enable Initialization of the Task Scheduler by Default in the Browser Process (Closed)
Patch Set: Rebase to 8f211d4 Unroll SequencedWorkerPool changes due to revert 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:
Download patch
« no previous file with comments | « no previous file | chrome/browser/chrome_browser_main.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index 9251285c656d013a1bd472918fc58b1271b2dee7..47b03e2d1e3f4d39c8e341fb38b551f10822c17c 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -13787,16 +13787,16 @@ Please check your email at <ph name="ACCOUNT_EMAIL">$2<ex>jane.doe@gmail.com</ex
Highly experimental where guests such as &amp;lt;webview> are implemented on the out-of-process iframe infrastructure.
</message>
- <!-- Browser Task Scheduler -->
+ <!-- Task Scheduler -->
<message name="IDS_FLAGS_BROWSER_TASK_SCHEDULER_NAME"
- desc="Name of about:flag option to control the availability of the browser task scheduler."
+ desc="Name of about:flag option to control redirection to the task scheduler."
translateable="false">
- Browser Task Scheduler
+ Task Scheduler
</message>
<message name="IDS_FLAGS_BROWSER_TASK_SCHEDULER_DESCRIPTION"
- desc="Description of about:flag option to control the availability of the browser task scheduler."
+ desc="Description of about:flag option to control redirection to the task scheduler."
translateable="false">
- Enables the browser task scheduler to dispatch tasks instead of the existing worker pools. The browser task scheduler will only be used if variation parameters are available.
+ Enables redirection of some task posting APIs to the task scheduler.
</message>
<!-- Arc authorization -->
« no previous file with comments | « no previous file | chrome/browser/chrome_browser_main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698