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

Unified Diff: chrome/browser/resources/sync_internals/node_browser.html

Issue 8341081: Add icon-visibility attribute to cr.ui.Tree. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Define property on cr.ui.Tree and fix style. 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/sync_internals/node_browser.html
diff --git a/chrome/browser/resources/sync_internals/node_browser.html b/chrome/browser/resources/sync_internals/node_browser.html
index 47a56c7d952aa1548b435b7f0084ff7999103ec0..b1d9b6ac168bdcba1f935d569f6405b5746e2935 100644
--- a/chrome/browser/resources/sync_internals/node_browser.html
+++ b/chrome/browser/resources/sync_internals/node_browser.html
@@ -8,7 +8,7 @@ item detail on the lower right. -->
behavior when tree is too tall (currently it makes you scroll the
entire page). -->
<div id="sync-node-tree-container">
- <tree id="sync-node-tree"></tree>
+ <tree id="sync-node-tree" icon-visibility="parent"></tree>
</div>
<div id="sync-node-splitter"></div>
<div id="sync-node-browser-container">

Powered by Google App Engine
This is Rietveld 408576698