| Index: chrome/browser/resources/md_bookmarks/icons.html
|
| diff --git a/chrome/browser/resources/md_bookmarks/icons.html b/chrome/browser/resources/md_bookmarks/icons.html
|
| index 3813f2abe70a97ef8b080ed9c178d2a0fcbcecd1..32421b7c9c39d08230a792d6f5f4151276e63d82 100644
|
| --- a/chrome/browser/resources/md_bookmarks/icons.html
|
| +++ b/chrome/browser/resources/md_bookmarks/icons.html
|
| @@ -8,10 +8,6 @@
|
| These icons are copied from Polymer's iron-icons and kept in sorted order.
|
| See http://goo.gl/Y1OdAq for instructions on adding additional icons.
|
| -->
|
| - <!-- TODO(jiaxi): Move these icons to shared file. -->
|
| - <g id="arrow-drop-down"><path d="M7 10l5 5 5-5z"></g>
|
| - <g id="arrow-drop-up"><path d="M7 14l5-5 5 5z"></g>
|
| - <g id="folder"><path d="M10 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2h-8l-2-2z"></path></g>
|
| <g id="folder-open"><path d="M20 6h-8l-2-2H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2zm0 12H4V8h16v10z"></path></g>
|
| </defs>
|
| </svg>
|
|
|