OLD | NEW |
1 <!doctype html> | 1 <!doctype html> |
2 <!-- | 2 <!-- |
3 Copyright (c) 2011 The Chromium Authors. All rights reserved. | 3 Copyright (c) 2011 The Chromium Authors. All rights reserved. |
4 Use of this source code is governed by a BSD-style license that can be | 4 Use of this source code is governed by a BSD-style license that can be |
5 found in the LICENSE file. | 5 found in the LICENSE file. |
6 --> | 6 --> |
7 | 7 |
8 <html> | 8 <html> |
9 <head> | 9 <head> |
10 <meta charset="utf-8" /> | 10 <meta charset="utf-8" /> |
(...skipping 196 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
207 </section> <!-- choice-mode --> | 207 </section> <!-- choice-mode --> |
208 | 208 |
209 <section id="session-mode" class="mode in-session-element hidden"> | 209 <section id="session-mode" class="mode in-session-element hidden"> |
210 </section> <!-- session-mode --> | 210 </section> <!-- session-mode --> |
211 | 211 |
212 | 212 |
213 <section id="loading-mode"> | 213 <section id="loading-mode"> |
214 <em>Loading…</em> | 214 <em>Loading…</em> |
215 </section> | 215 </section> |
216 | 216 |
217 <div id="host-plugin-container" class="hidden"> | 217 <div id="host-plugin-container"> |
218 </div> | 218 </div> |
219 <div id="debug-log" class="hidden"> | 219 <div id="debug-log" class="hidden"> |
220 </div> | 220 </div> |
221 </body> | 221 </body> |
222 </html> | 222 </html> |
OLD | NEW |