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

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

Issue 1287053004: MD downloads: implement real incognito marker courtesy of bettes@ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@crbug-520709
Patch Set: shuffle Created 5 years, 4 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') | no next file » | 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 aff341f5c04fcd3241e600180256adeefd768d7f..c57c81bc31e601cbda47d2afca74e5f541886a29 100644
--- a/chrome/browser/resources/md_downloads/item.html
+++ b/chrome/browser/resources/md_downloads/item.html
@@ -74,13 +74,12 @@
</div>
</div>
- <div id="incognito" class="icon-wrapper"
- hidden$="[[!isIncognito_]]"></div>
-
<div id="remove-wrapper" class="icon-wrapper">
<paper-icon-button id="remove" focus-type="remove" icon="clear"
on-click="onRemoveClick_"></paper-icon-button>
</div>
+
+ <div id="incognito" hidden$="[[!isIncognito_]]"></div>
</paper-material>
</div>
« no previous file with comments | « chrome/browser/resources/md_downloads/item.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698