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

Unified Diff: chrome/browser/resources/md_bookmarks/folder_node.js

Issue 2745593004: [MD Bookmarks] Add draggable sidebar. (Closed)
Patch Set: Created 3 years, 9 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/md_bookmarks/folder_node.js
diff --git a/chrome/browser/resources/md_bookmarks/folder_node.js b/chrome/browser/resources/md_bookmarks/folder_node.js
index fa56941e113fad610567ecee8d5340748db7d51e..2e1659d0687d15e71c3b206ef737b76b79ee237f 100644
--- a/chrome/browser/resources/md_bookmarks/folder_node.js
+++ b/chrome/browser/resources/md_bookmarks/folder_node.js
@@ -60,14 +60,6 @@ Polymer({
return this.isSelectedFolder_ ? 'bookmarks:folder-open' : 'cr:folder';
},
- /**
- * @private
- * @return {string}
- */
- getArrowIcon_: function() {
- return this.isClosed_ ? 'cr:arrow-drop-down' : 'cr:arrow-drop-up';
- },
-
/** @private */
selectFolder_: function() {
this.dispatch(bookmarks.actions.selectFolder(this.item_.id));

Powered by Google App Engine
This is Rietveld 408576698