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

Unified Diff: chrome/browser/resources/md_bookmarks/toolbar.html

Issue 2973783002: [MD Bookmarks] Prevent sorting of empty folders. (Closed)
Patch Set: remove flushes Created 3 years, 5 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
« no previous file with comments | « no previous file | chrome/browser/resources/md_bookmarks/toolbar.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/md_bookmarks/toolbar.html
diff --git a/chrome/browser/resources/md_bookmarks/toolbar.html b/chrome/browser/resources/md_bookmarks/toolbar.html
index 9f077ac3d729302dfa33d5c71588e474d587fb2c..94911b0c99c9428d4354458be657c6dbc6059982 100644
--- a/chrome/browser/resources/md_bookmarks/toolbar.html
+++ b/chrome/browser/resources/md_bookmarks/toolbar.html
@@ -64,9 +64,10 @@
</cr-toolbar>
<template is="cr-lazy-render" id="dropdown">
<dialog is="cr-action-menu" role="menu">
- <button class="dropdown-item"
+ <button id="sortButton"
+ class="dropdown-item"
on-tap="onSortTap_"
- disabled="[[!canChangeList_]]"
+ disabled="[[!canSortFolder_]]"
role="menuitem">
$i18n{menuSort}
</button>
« no previous file with comments | « no previous file | chrome/browser/resources/md_bookmarks/toolbar.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698