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

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

Issue 2439383003: Add Browser Task Scheduler Flags to iOS (Closed)
Patch Set: Created 4 years, 2 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/about_flags.mm » ('j') | ios/chrome/browser/about_flags.mm » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 a96923eff67ddbcc7611aecbae94b7ebdf7ffa38..ed74c59951a0566f9140042a3a55d2f0b86bc311 100644
--- a/ios/chrome/app/strings/ios_strings.grd
+++ b/ios/chrome/app/strings/ios_strings.grd
@@ -262,6 +262,18 @@ brand. [Length: 70em]">
http://www.google.com/intl/[GRITLANGCODE]/chrome/browser/privacy/
</message>
+ <!-- Browser Task Scheduler -->
+ <message name="IDS_FLAGS_BROWSER_TASK_SCHEDULER_NAME"
rohitrao (ping after 24h) 2016/10/25 12:07:07 Could you name these IDS_IOS_FLAGS_, for consisten
robliao 2016/10/26 17:28:19 Done.
+ desc="Name of about:flag option to control the availability of the browser task scheduler."
+ translateable="false">
+ Browser 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."
+ 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.
+ </message>
+
</messages>
</release>
</grit>
« no previous file with comments | « no previous file | ios/chrome/browser/about_flags.mm » ('j') | ios/chrome/browser/about_flags.mm » ('J')

Powered by Google App Engine
This is Rietveld 408576698