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

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

Issue 2449853006: MD Downloads: handle date hiding/showing more sanely (Closed)
Patch Set: Created 4 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/md_downloads/vulcanized.html
diff --git a/chrome/browser/resources/md_downloads/vulcanized.html b/chrome/browser/resources/md_downloads/vulcanized.html
index 3e59358795c8e1a46f5c0f747015fc66d1028c10..0d911577c0ad7951a3c8697cf32e9c23336fdc6a 100644
--- a/chrome/browser/resources/md_downloads/vulcanized.html
+++ b/chrome/browser/resources/md_downloads/vulcanized.html
@@ -1365,7 +1365,7 @@ paper-button {
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file. */
-<if expr="not chromeos">
+<if expr="not chromeos and not is_android">
@font-face {
font-family: 'Roboto';
font-style: normal;
@@ -3598,8 +3598,7 @@ paper-item {
</downloads-toolbar>
<iron-list id="downloads-list" items="{{items_}}" hidden="[[!hasDownloads_]]">
<template>
- <downloads-item data="[[item]]" hide-date="[[item.hideDate]]">
- </downloads-item>
+ <downloads-item data="[[item]]"></downloads-item>
</template>
</iron-list>
<div id="no-downloads" hidden="[[hasDownloads_]]">
« no previous file with comments | « chrome/browser/resources/md_downloads/manager.js ('k') | chrome/browser/resources/md_history/app.crisper.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698