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

Unified Diff: ios/chrome/app/strings/ios_strings.grd

Issue 2506693002: Enable Initialization of the Task Scheduler by Default in the Browser Process (Closed)
Patch Set: CR Feedback + Centralization 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: ios/chrome/app/strings/ios_strings.grd
diff --git a/ios/chrome/app/strings/ios_strings.grd b/ios/chrome/app/strings/ios_strings.grd
index 4b969201b5524fa61c83aa5ae1705cac5445975b..7ef4d9d4b854594746bbc09de864e63a0a9d747c 100644
--- a/ios/chrome/app/strings/ios_strings.grd
+++ b/ios/chrome/app/strings/ios_strings.grd
@@ -253,14 +253,14 @@ brand. [Length: 70em]">
<!-- Browser Task Scheduler -->
<message name="IDS_IOS_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."
gab 2016/11/16 19:32:17 ditto
robliao 2016/11/16 19:42:56 See previous.
translateable="false">
Browser Task Scheduler
</message>
<message name="IDS_IOS_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 the browser task scheduler to dispatch tasks instead of the existing worker pools.
</message>
</messages>

Powered by Google App Engine
This is Rietveld 408576698