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

Unified Diff: chrome/browser/resources/settings/site_settings/usb_devices.html

Issue 2891163002: [MD settings] explain when no usb devices are shown in site settings (Closed)
Patch Set: Created 3 years, 7 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/app/settings_strings.grdp ('k') | chrome/browser/resources/settings/site_settings/usb_devices.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/settings/site_settings/usb_devices.html
diff --git a/chrome/browser/resources/settings/site_settings/usb_devices.html b/chrome/browser/resources/settings/site_settings/usb_devices.html
index f1451873e83f20b7de5f9853a09b79eea938fbee..f51a03b0a67407bb7b98524ea5292d71affff325 100644
--- a/chrome/browser/resources/settings/site_settings/usb_devices.html
+++ b/chrome/browser/resources/settings/site_settings/usb_devices.html
@@ -21,6 +21,9 @@
}
</style>
+ <div class="settings-box" hidden$="[[hasDevices_(devices_)]]">
+ $i18n{noUsbDevicesFound}
+ </div>
<template is="dom-repeat" items="[[devices_]]">
<div class="column-header">[[item.objectName]]</div>
« no previous file with comments | « chrome/app/settings_strings.grdp ('k') | chrome/browser/resources/settings/site_settings/usb_devices.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698