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

Unified Diff: chrome/app/generated_resources.grd

Side-by-side diff isn't available for this file because of its large size.
Issue 880093002: Expose --site-per-process in chrome://flags (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update description wording Created 5 years, 11 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') | no next file with comments »
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 8d93e961bf74b73ea66d261f83891cee45893aaa..b3b9b32c06f16b90f53a3dd1dd399ea91e27b87e 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -14323,6 +14323,16 @@ Do you accept?
Enable Web MIDI API experimental support.
</message>
+ <!-- Site per process mode -->
+ <message name="IDS_FLAGS_ENABLE_SITE_PER_PROCESS_NAME"
+ desc="Name of about:flag option to turn on experimental out-of-process iframe support">
+ Enable out of process iframes
+ </message>
+ <message name="IDS_FLAGS_ENABLE_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.
+ </message>
+
<!-- Windows 8 Metro mode. -->
<if expr="is_win">
<message name="IDS_METRO_FLOW_TAB_TITLE"
« no previous file with comments | « no previous file | chrome/browser/about_flags.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698