| OLD | NEW |
| 1 <!DOCTYPE HTML> | 1 <!DOCTYPE HTML> |
| 2 <!-- | 2 <!-- |
| 3 -- Copyright (c) 2012 The Chromium Authors. All rights reserved. | 3 -- Copyright (c) 2012 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 <html i18n-values="dir:textdirection;"> | 7 <html i18n-values="dir:textdirection;"> |
| 8 <head> | 8 <head> |
| 9 <if expr="0"> | 9 <if expr="0"> |
| 10 <!-- <if ... /if> is removed while flattening HTML. --> | 10 <!-- <if ... /if> is removed while flattening HTML. --> |
| (...skipping 221 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 232 </div> | 232 </div> |
| 233 <div class="butter-bar before-show"> | 233 <div class="butter-bar before-show"> |
| 234 <div class="content"> | 234 <div class="content"> |
| 235 <div class="butter-message"></div> | 235 <div class="butter-message"></div> |
| 236 <div class="progress-bar hide-in-butter"> | 236 <div class="progress-bar hide-in-butter"> |
| 237 <div class="progress-track"></div> | 237 <div class="progress-track"></div> |
| 238 </div> | 238 </div> |
| 239 </div> | 239 </div> |
| 240 <div class="actions hide-in-butter"></div> | 240 <div class="actions hide-in-butter"></div> |
| 241 </div> | 241 </div> |
| 242 <div id=drag-image-container></div> |
| 243 <iframe id=command-dispatcher hidden></iframe> |
| 242 | 244 |
| 243 <script>init();</script> | 245 <script>init();</script> |
| 244 <div id=drag-image-container></div> | |
| 245 </body> | 246 </body> |
| 246 </html> | 247 </html> |
| OLD | NEW |