| 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_]]">
|
|
|