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

Unified Diff: chrome/app/generated_resources.grd

Side-by-side diff isn't available for this file because of its large size.
Issue 2020243004: content: Rename num raster threads -> num worker threads. Base URL: https://chromium.googlesource.com/chromium/src.git@categorized_worker_pool_3
Patch Set: build break Created 4 years, 6 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:
Download patch
« no previous file with comments | « no previous file | chrome/browser/about_flags.cc » ('j') | content/public/common/content_switches.cc » ('J')
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 8cb161e6a63f07700d18be92110b9ccad5afa910..d160e7e2e5e535ee07939bd8d93b23515b369aed 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -3746,7 +3746,7 @@ Even if you have downloaded files from this website before, the website might ha
</message>
<message name="IDS_EXTENSION_PERMISSION_LINE" desc="Template for item in list of privileges that an extension or app has">
- • <ph name="PERMISSION">$1<ex>Read and change all your data on the websites you visit</ex></ph>
+ • <ph name="PERMISSION">$1<ex>Read and change all your data on the websites you visit</ex></ph>
sky 2016/06/07 15:43:45 I asked about this last time around and you have y
prashant.n 2016/06/07 15:57:15 Yes. But this gets added automatically even I don'
</message>
<message name="IDS_EXTENSION_RATING_COUNT" desc="Number of ratings an app or extensions has (displayed after star icons)">
(<ph name="RATING_COUNT">$1<ex>46</ex></ph>)
@@ -6323,22 +6323,22 @@ Keep your key file in a safe place. You will need it to create new versions of y
<message name="IDS_FLAGS_DEFAULT_TILE_HEIGHT_VENTI" desc="">
1024
</message>
- <message name="IDS_FLAGS_NUM_RASTER_THREADS_NAME" desc="Name of about:flags option for number of raster threads.">
- Number of raster threads
+ <message name="IDS_FLAGS_NUM_CATEGORIZED_WORKER_THREADS_NAME" desc="Name of about:flags option for number of categorized worker threads.">
+ Number of categorized worker threads
</message>
- <message name="IDS_FLAGS_NUM_RASTER_THREADS_DESCRIPTION" desc="Description of about:flags option for number of raster threads.">
- Specify the number of raster threads.
+ <message name="IDS_FLAGS_NUM_CATEGORIZED_WORKER_THREADS_DESCRIPTION" desc="Description of about:flags option for number of categorized worker threads.">
+ Specify the number of categorized worker threads.
</message>
- <message name="IDS_FLAGS_NUM_RASTER_THREADS_ONE" desc="">
+ <message name="IDS_FLAGS_NUM_CATEGORIZED_WORKER_THREADS_ONE" desc="">
1
</message>
- <message name="IDS_FLAGS_NUM_RASTER_THREADS_TWO" desc="">
+ <message name="IDS_FLAGS_NUM_CATEGORIZED_WORKER_THREADS_TWO" desc="">
2
</message>
- <message name="IDS_FLAGS_NUM_RASTER_THREADS_THREE" desc="">
+ <message name="IDS_FLAGS_NUM_CATEGORIZED_WORKER_THREADS_THREE" desc="">
3
</message>
- <message name="IDS_FLAGS_NUM_RASTER_THREADS_FOUR" desc="">
+ <message name="IDS_FLAGS_NUM_CATEGORIZED_WORKER_THREADS_FOUR" desc="">
4
</message>
<message name="IDS_FLAGS_RESET_APP_LIST_INSTALL_STATE_NAME" desc="Name of the flag to reset the app launcher install state.">
« no previous file with comments | « no previous file | chrome/browser/about_flags.cc » ('j') | content/public/common/content_switches.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698