Chromium Code Reviews| Index: site/try/src/messages.dart |
| =================================================================== |
| --- site/try/src/messages.dart (revision 38416) |
| +++ site/try/src/messages.dart (working copy) |
| @@ -8,6 +8,12 @@ |
| 'alwaysRunInWorker': |
| 'Always run in Worker thread.', |
| + 'alwaysRunInIframe': |
| + 'Always run in inline frame.', |
| + |
| + 'communicateViaBlobs': |
| + 'Use blobs to send source code between components.', |
| + |
| 'verboseCompiler': |
| 'Verbose compiler output.', |