Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(11)

Side by Side Diff: chrome/browser/resources/enhanced_bookmark_manager/main.html

Issue 24891002: Initial WebUI extension for enhanced bookmarks (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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
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>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698