commit | fa5d57115b51a77be5d8e5757a3758e0db51cf05 | [log] [tgz] |
---|---|---|
author | Ken Rockot <[email protected]> | Wed May 29 20:57:14 2019 |
committer | Commit Bot <[email protected]> | Wed May 29 20:57:14 2019 |
tree | 8256f593178cfde92f8d35aa7d88a7ba954633b4 | |
parent | acc80585014208776cdd8dfbcc0254332ec16e35 [diff] [blame] |
Simplify out-of-process service registration This eliminates the need to register out-of-process services at the Content layer, separate from their manifests. Display names for service processes are taken directly from the manifest now, including support for string resource IDs resolved to localized strings by the Service Manager at runtime. Bug: 915806, 895615 Change-Id: I585b03ceb5489ea1a11f95a1c77d9b36048068c9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1615882 Reviewed-by: Scott Violet <[email protected]> Reviewed-by: Alex Moshchuk <[email protected]> Reviewed-by: Colin Blundell <[email protected]> Reviewed-by: Sami Kyöstilä <[email protected]> Reviewed-by: Steven Bennetts <[email protected]> Reviewed-by: Daniel Cheng <[email protected]> Commit-Queue: Ken Rockot <[email protected]> Cr-Commit-Position: refs/heads/master@{#664438}
diff --git a/components/components_strings.grd b/components/components_strings.grd index f35232385..06d62e1 100644 --- a/components/components_strings.grd +++ b/components/components_strings.grd
@@ -382,6 +382,13 @@ <message name="IDS_OPTIONS_ADVANCED_SECTION_TITLE_PRIVACY"> Privacy </message> + + <message name="IDS_PATCH_SERVICE_DISPLAY_NAME" desc="The display name (in the system task manager, etc) of the service process used for patching file operations."> + Patch Service + </message> + <message name="IDS_UNZIP_SERVICE_DISPLAY_NAME" desc="The display name (in the system task manager, etc) of the service process used for unzipping files."> + Unzip Service + </message> </messages> </release> </grit>