| OLD | NEW |
| 1 <!-- | 1 <!-- |
| 2 * Copyright (c) 2011 The Chromium Authors. All rights reserved. Use of this | 2 * Copyright (c) 2011 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 <script src="background.js"></script> | 6 <script src="background.js"></script> |
| 7 | 7 |
| 8 <h1>Native Client SRPC Simple Plug-in</h1> | 8 <h1>Native Client SRPC Simple Plugin</h1> |
| 9 <p> | 9 <p> |
| 10 <embed name="nacl_module" | 10 <embed name="nacl_module" |
| 11 id="pluginobj" | 11 id="pluginobj" |
| 12 width=0 height=0 | 12 width=0 height=0 |
| 13 src="bin/x86/srpc_hw.nexe" | 13 src="bin/x86/srpc_hw.nexe" |
| 14 type="application/x-nacl-srpc" | 14 type="application/x-nacl-srpc" |
| 15 onload="OnNaClLoad()" | 15 onload="OnNaClLoad()" |
| 16 onfail="OnNaClFail()" | 16 onfail="OnNaClFail()" |
| 17 /> | 17 /> |
| 18 </p> | 18 </p> |
| OLD | NEW |