| Index: chrome/app/generated_resources.grd
|
| diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
|
| index 2b10f154a097e0850c807fbbf656aa1b545c9cce..898a3db5a1d1caf1f17d34614905d2aac187b824 100644
|
| --- a/chrome/app/generated_resources.grd
|
| +++ b/chrome/app/generated_resources.grd
|
| @@ -13175,7 +13175,17 @@ Please check your email at <ph name="ACCOUNT_EMAIL">$2<ex>jane.doe@gmail.com</ex
|
| </message>
|
| <message name="IDS_FLAGS_SITE_PER_PROCESS_DESCRIPTION"
|
| desc="Description of about:flag option to turn on experimental out-of-process iframe support">
|
| - Highly experimental support for rendering cross-site iframes in separate processes.
|
| + Highly experimental support for rendering cross-site iframes in separate processes. In this mode, documents will share a renderer process only if they are from the same web site.
|
| + </message>
|
| +
|
| + <!-- Isolate top document mode -->
|
| + <message name="IDS_FLAGS_ISOLATE_TOP_DOCUMENT_NAME"
|
| + desc="Name of about:flag option to turn on experimental top document isolation support">
|
| + Isolate top document
|
| + </message>
|
| + <message name="IDS_FLAGS_ISOLATE_TOP_DOCUMENT_DESCRIPTION"
|
| + desc="Description of about:flag option to turn on top document isolation">
|
| + Highly experimental performance mode where cross-site iframes are kept in a separate process from the top document. In this mode, iframes from different third-party sites will be allowed to share a process.
|
| </message>
|
|
|
| <!-- Windows 8 Metro mode. -->
|
|
|