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

Side by Side 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 unified diff | Download patch
OLDNEW
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 2
3 <!-- 3 <!--
4 This file contains definition of resources that will be translated for each 4 This file contains definition of resources that will be translated for each
5 locale. The variables is_win, is_macosx, is_linux, is_ios and is_posix are 5 locale. The variables is_win, is_macosx, is_linux, is_ios and is_posix are
6 available for making strings OS specific. Other platform defines such as 6 available for making strings OS specific. Other platform defines such as
7 use_titlecase are declared in build/common.gypi. 7 use_titlecase are declared in build/common.gypi.
8 8
9 The strings in this file are specific to iOS, thus is_ios will be true and 9 The strings in this file are specific to iOS, thus is_ios will be true and
10 all other OS specific variables will be false. 10 all other OS specific variables will be false.
(...skipping 235 matching lines...) Expand 10 before | Expand all | Expand 10 after
246 Voice Search 246 Voice Search
247 </message> 247 </message>
248 248
249 <!-- The URL for Google Chrome privacy policy. --> 249 <!-- The URL for Google Chrome privacy policy. -->
250 <message name="IDS_IOS_PRIVACY_POLICY_URL" translateable="false"> 250 <message name="IDS_IOS_PRIVACY_POLICY_URL" translateable="false">
251 http://www.google.com/intl/[GRITLANGCODE]/chrome/browser/privacy/ 251 http://www.google.com/intl/[GRITLANGCODE]/chrome/browser/privacy/
252 </message> 252 </message>
253 253
254 <!-- Browser Task Scheduler --> 254 <!-- Browser Task Scheduler -->
255 <message name="IDS_IOS_FLAGS_BROWSER_TASK_SCHEDULER_NAME" 255 <message name="IDS_IOS_FLAGS_BROWSER_TASK_SCHEDULER_NAME"
256 desc="Name of about:flag option to control the availability of th e browser task scheduler." 256 desc="Name of about:flag option to control redirection to the tas k scheduler."
gab 2016/11/16 19:32:17 ditto
robliao 2016/11/16 19:42:56 See previous.
257 translateable="false"> 257 translateable="false">
258 Browser Task Scheduler 258 Browser Task Scheduler
259 </message> 259 </message>
260 <message name="IDS_IOS_FLAGS_BROWSER_TASK_SCHEDULER_DESCRIPTION" 260 <message name="IDS_IOS_FLAGS_BROWSER_TASK_SCHEDULER_DESCRIPTION"
261 desc="Description of about:flag option to control the availabilit y of the browser task scheduler." 261 desc="Description of about:flag option to control redirection to the task scheduler."
262 translateable="false"> 262 translateable="false">
263 Enables the browser task scheduler to dispatch tasks instead of the exis ting worker pools. The browser task scheduler will only be used if variation par ameters are available. 263 Enables the browser task scheduler to dispatch tasks instead of the exis ting worker pools.
264 </message> 264 </message>
265 265
266 </messages> 266 </messages>
267 </release> 267 </release>
268 </grit> 268 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698