Chromium Code Reviews| Index: chrome/app/generated_resources.grd |
| diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd |
| index 8d93e961bf74b73ea66d261f83891cee45893aaa..acdfa12798f39ffd0d31188b996432d94f990ce3 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 iframes in separate processes. |
|
Charlie Reis
2015/01/27 21:43:28
nit: cross-site iframes
dcheng
2015/01/27 21:44:50
Done.
|
| + </message> |
| + |
| <!-- Windows 8 Metro mode. --> |
| <if expr="is_win"> |
| <message name="IDS_METRO_FLOW_TAB_TITLE" |