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

Unified Diff: chrome/browser/resources/bookmark_manager/main.html

Issue 8341081: Add icon-visibility attribute to cr.ui.Tree. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Make default behaviour the same as before change. Created 9 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/bookmark_manager/main.html
diff --git a/chrome/browser/resources/bookmark_manager/main.html b/chrome/browser/resources/bookmark_manager/main.html
index a259a71a2057314b831a4e4db7cbbd5c08cc471c..e4dddb1d442124a9ef76b3665881b34758300c32 100644
--- a/chrome/browser/resources/bookmark_manager/main.html
+++ b/chrome/browser/resources/bookmark_manager/main.html
@@ -74,7 +74,7 @@ found in the LICENSE file.
<div class=main>
<div id=tree-container>
- <tree id=tree tabindex=2 role="tree"></tree>
+ <tree id=tree tabindex=2 role="tree" icon-visibility="all"></tree>
arv (Not doing code reviews) 2011/10/31 18:44:54 this can be removed now
flackr 2011/11/01 17:06:14 Done.
</div>
<div class=splitter></div>
<list id=list tabindex=2></list>
« no previous file with comments | « no previous file | chrome/browser/resources/certificate_viewer.html » ('j') | chrome/browser/resources/quota_internals/main.html » ('J')

Powered by Google App Engine
This is Rietveld 408576698