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

Unified Diff: chrome/app/generated_resources.grd

Side-by-side diff isn't available for this file because of its large size.
Issue 1777233002: Top document isolation mode prototype (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Doghouse SiteInstance, with bugs Created 4 years, 9 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/browser/browsing_instance.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 a12a6c134261057352aaf329e30dde34e9972f1e..3be66c107da845a4eb9b4f5c08b2c32d22a403cb 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -13184,6 +13184,17 @@ Please check your email at <ph name="ACCOUNT_EMAIL">$2<ex>jane.doe@gmail.com</ex
Highly experimental support for rendering cross-site iframes in separate processes.
</message>
+ <!-- Framelets -->
+ <!-- TODO(dominicc): Rename this from doghouse processes to framelets. -->
+ <message name="IDS_FLAGS_DOGHOUSE_PROCESS_NAME"
+ desc="Name of about:flag option to turn on experimental doghouse process support">
+ Doghouse process
+ </message>
+ <message name="IDS_FLAGS_DOGHOUSE_PROCESS_DESCRIPTION"
+ desc="Description of about:flag option to turn on experimental doghouse process support">
+ Highly experimental support for grouping out-of-process frames into one process. Requires out of process iframes to be turned on.
+ </message>
+
<!-- Windows 8 Metro mode. -->
<if expr="is_win">
<message name="IDS_METRO_FLOW_DESCRIPTION"
« no previous file with comments | « no previous file | chrome/browser/about_flags.cc » ('j') | content/browser/browsing_instance.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698