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

Unified Diff: chrome/test/data/webui/settings/usb_devices_tests.js

Issue 2500513003: Make setting's protocol handler use cr-action-menu instead of paper-item. (Closed)
Patch Set: touch-up on protocol-handler code and tests per CR comments Created 4 years, 1 month 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/test/data/webui/settings/usb_devices_tests.js
diff --git a/chrome/test/data/webui/settings/usb_devices_tests.js b/chrome/test/data/webui/settings/usb_devices_tests.js
index bd8c2f9e87471f7f3ddcc4204bce508c69669de8..eb5ebdc504a4467d16fb1b41348ed8f138e03efd 100644
--- a/chrome/test/data/webui/settings/usb_devices_tests.js
+++ b/chrome/test/data/webui/settings/usb_devices_tests.js
@@ -8,7 +8,7 @@ cr.define('usb_devices', function() {
suite('UsbDevices', function() {
/**
* A dummy usb-devices element created before each test.
- * @type {UsbDeviceEntry}
+ * @type {UsbDevices}
*/
var testElement;

Powered by Google App Engine
This is Rietveld 408576698