Commit f24e66a4 authored by Avi Drissman's avatar Avi Drissman Committed by Commit Bot

Don't put the app name in the Task Manager window title for CrOS

For CrOS, since the Task Manager is showing tasks for all of CrOS
and not just “Chromium”, it's not appropriate to label it as such.

Bug: 1109438
Change-Id: Iba02159483b124601a90123b0eed4a215f7851a1
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2354415Reviewed-by: default avatarDaniele Castagna <dcastagna@chromium.org>
Commit-Queue: Avi Drissman <avi@chromium.org>
Cr-Commit-Position: refs/heads/master@{#797964}
parent d460dcfe
...@@ -216,12 +216,12 @@ If you update this file, be sure also to update google_chrome_strings.grd. --> ...@@ -216,12 +216,12 @@ If you update this file, be sure also to update google_chrome_strings.grd. -->
New window New window
</message> </message>
</if> </if>
<if expr="is_macosx"> <if expr="is_macosx or chromeos">
<message name="IDS_TASK_MANAGER_TITLE" desc="The title of the Task Manager window"> <message name="IDS_TASK_MANAGER_TITLE" desc="The title of the Task Manager window">
Task Manager Task Manager
</message> </message>
</if> </if>
<if expr="not is_macosx"> <if expr="not is_macosx and not chromeos">
<message name="IDS_TASK_MANAGER_TITLE" desc="The title of the Task Manager window"> <message name="IDS_TASK_MANAGER_TITLE" desc="The title of the Task Manager window">
Task Manager - Chromium Task Manager - Chromium
</message> </message>
......
...@@ -222,12 +222,12 @@ chromium_strings.grd. --> ...@@ -222,12 +222,12 @@ chromium_strings.grd. -->
New window New window
</message> </message>
</if> </if>
<if expr="is_macosx"> <if expr="is_macosx or chromeos">
<message name="IDS_TASK_MANAGER_TITLE" desc="The title of the Task Manager window"> <message name="IDS_TASK_MANAGER_TITLE" desc="The title of the Task Manager window">
Task Manager Task Manager
</message> </message>
</if> </if>
<if expr="not is_macosx"> <if expr="not is_macosx and not chromeos">
<message name="IDS_TASK_MANAGER_TITLE" desc="The title of the Task Manager window"> <message name="IDS_TASK_MANAGER_TITLE" desc="The title of the Task Manager window">
Task Manager - Google Chrome Task Manager - Google Chrome
</message> </message>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment