| OLD | NEW |
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 <html i18n-values="dir:textdirection"> | 2 <html i18n-values="dir:textdirection"> |
| 3 <!-- | 3 <!-- |
| 4 | 4 |
| 5 Copyright (c) 2012 The Chromium Authors. All rights reserved. | 5 Copyright (c) 2012 The Chromium Authors. All rights reserved. |
| 6 Use of this source code is governed by a BSD-style license that can be | 6 Use of this source code is governed by a BSD-style license that can be |
| 7 found in the LICENSE file. | 7 found in the LICENSE file. |
| 8 | 8 |
| 9 --> | 9 --> |
| 10 <head> | 10 <head> |
| (...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 148 <button command="#delete-command"></button> | 148 <button command="#delete-command"></button> |
| 149 <button command="#undo-delete-command"></button> | 149 <button command="#undo-delete-command"></button> |
| 150 <hr> | 150 <hr> |
| 151 <button command="#add-new-bookmark-command"></button> | 151 <button command="#add-new-bookmark-command"></button> |
| 152 <button command="#new-folder-command"></button> | 152 <button command="#new-folder-command"></button> |
| 153 </menu> | 153 </menu> |
| 154 | 154 |
| 155 <script src="js/main.js"></script> | 155 <script src="js/main.js"></script> |
| 156 </body> | 156 </body> |
| 157 </html> | 157 </html> |
| OLD | NEW |