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

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

Issue 2637023002: [MD Bookmarks] Add routing. (Closed)
Patch Set: Id is now in the queryParam not path. Store has correct field for back/forwards navigation. Created 3 years, 11 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 d58b28c2246418c6019b3f6fa11fc1e3b907eca4..a575e8c3fe451f2087d4252080c1d47c2c39df07 100644
--- a/chrome/browser/resources/md_bookmarks/folder_node.js
+++ b/chrome/browser/resources/md_bookmarks/folder_node.js
@@ -29,8 +29,7 @@ Polymer({
* @return {string}
*/
getArrowIcon_: function() {
- return this.item.isOpen ? 'cr:arrow-drop-up' :
- 'cr:arrow-drop-down';
+ return this.item.isOpen ? 'cr:arrow-drop-up' : 'cr:arrow-drop-down';
},
/** @private */

Powered by Google App Engine
This is Rietveld 408576698