| OLD | NEW |
| 1 <!-- | 1 <!-- |
| 2 * Copyright 2014 The Chromium Authors. All rights reserved. Use of this | 2 * Copyright 2014 The Chromium Authors. All rights reserved. Use of this |
| 3 * source code is governed by a BSD-style license that can be found in the | 3 * source code is governed by a BSD-style license that can be found in the |
| 4 * LICENSE file. | 4 * LICENSE file. |
| 5 --> | 5 --> |
| 6 <html> | 6 <html> |
| 7 <head> | 7 <head> |
| 8 <script type="text/javascript"> | 8 <script type="text/javascript"> |
| 9 // A guest that requests media sources, which in turn checks for media | 9 // A guest that requests media sources, which in turn checks for media |
| 10 // access permission. | 10 // access permission. |
| (...skipping 27 matching lines...) Expand all Loading... |
| 38 window.addEventListener('message', onPostMessageReceived, false); | 38 window.addEventListener('message', onPostMessageReceived, false); |
| 39 </script> | 39 </script> |
| 40 </head> | 40 </head> |
| 41 <body> | 41 <body> |
| 42 <div> | 42 <div> |
| 43 This is a guest requests media sources, which will check for media | 43 This is a guest requests media sources, which will check for media |
| 44 access permission. | 44 access permission. |
| 45 </div> | 45 </div> |
| 46 </body> | 46 </body> |
| 47 </html> | 47 </html> |
| OLD | NEW |