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

Unified Diff: chrome/browser/resources/quota_internals/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/quota_internals/main.html
diff --git a/chrome/browser/resources/quota_internals/main.html b/chrome/browser/resources/quota_internals/main.html
index e8f9aaeed44d5fcbbec5595d43e20aac6cd285b7..931949bacf3e327d3b6c31682e4f4466838382c4 100644
--- a/chrome/browser/resources/quota_internals/main.html
+++ b/chrome/browser/resources/quota_internals/main.html
@@ -55,7 +55,7 @@ found in the LICENSE file.
<h2>Usage and Quota Database Browser</h2>
<div id="tree-view-container">
<button id="refresh-button">Refresh</button>
- <tree id="tree-view"></tree>
+ <tree id="tree-view" 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>
<table>
<thead></thead>

Powered by Google App Engine
This is Rietveld 408576698