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

Unified Diff: chrome/browser/resources/md_downloads/item.html

Issue 1266443007: MD downloads: implement incognito markers (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@dl-menu2
Patch Set: Created 5 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 | « chrome/browser/resources/md_downloads/item.css ('k') | chrome/browser/resources/md_downloads/item.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/md_downloads/item.html
diff --git a/chrome/browser/resources/md_downloads/item.html b/chrome/browser/resources/md_downloads/item.html
index 0ff977772fe81fed967d79ecd23f110b19e64ebf..7539d6d82bbeedef65bc2ed5ddfe36404cc9ce71 100644
--- a/chrome/browser/resources/md_downloads/item.html
+++ b/chrome/browser/resources/md_downloads/item.html
@@ -63,6 +63,9 @@
</div>
</div>
+ <div id="incognito" class="icon-wrapper"
+ hidden$="[[!isIncognito_]]"></div>
tommycli 2015/07/31 22:37:50 $= ?
Dan Beam 2015/07/31 22:39:51 https://www.polymer-project.org/1.0/docs/devguide/
+
<div id="remove-wrapper" class="icon-wrapper">
<paper-icon-button id="remove" column-type="remove" icon="clear"
on-click="onRemoveClick_"></paper-icon-button>
« no previous file with comments | « chrome/browser/resources/md_downloads/item.css ('k') | chrome/browser/resources/md_downloads/item.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698