Chromium Code Reviews| Index: chrome/app/generated_resources.grd |
| diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd |
| index 0c9203ce220c5efdb06ec04474b4fb87c8f1c806..8453eac1d679965543d66dbeefd6923ffcac5153 100644 |
| --- a/chrome/app/generated_resources.grd |
| +++ b/chrome/app/generated_resources.grd |
| @@ -3544,6 +3544,12 @@ From <ph name="DOWNLOAD_DOMAIN">$3<ex>example.com</ex></ph> |
| <message name="IDS_TASK_MANAGER_ARC_SYSTEM" desc="The prefix for an ARC system processes row"> |
| System: <ph name="ARC_PROCESS_NAME">$1<ex>com.android.systemui</ex></ph> |
| </message> |
| + <message name="IDS_TASK_MANAGER_ISOLATED_SUBFRAMES_PREFIX" desc="The prefix for an out-of-process-iframe row in the Task Manager for subframes that were isolated because of 'top document isolation' mode"> |
| + Subframes for: <ph name="PARENT_SITE">$1<ex>https://youtube.com/</ex></ph> |
| + </message> |
| + <message name="IDS_TASK_MANAGER_ISOLATED_INCOGNITO_SUBFRAMES_PREFIX" desc="The prefix for an Incognito out-of-process-iframe process row in the Task Manager for subframes that were isolated because of 'top document isolation' mode"> |
|
ncarter (slow)
2016/10/24 22:55:31
"process row" -> "row" ?
Avi (use Gerrit)
2016/10/26 00:41:39
Done.
|
| + Incognito subframes for: <ph name="PARENT_SITE">$1<ex>https://youtube.com/</ex></ph> |
| + </message> |
| </if> |
| <message name="IDS_UTILITY_PROCESS_COMPONENT_PATCHER_NAME" desc="The name of the utility process used for patching components."> |