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

Unified Diff: chrome/browser/resources/bluetooth_internals/device_table.js

Issue 2558493004: bluetooth: Replace buttons in device table with action links. (Closed)
Patch Set: Created 4 years 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/bluetooth_internals/bluetooth_internals.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/bluetooth_internals/device_table.js
diff --git a/chrome/browser/resources/bluetooth_internals/device_table.js b/chrome/browser/resources/bluetooth_internals/device_table.js
index e5b598fc123b5404e31ae31d3b049778e22d027d..557629dcd50b3996ebbd0b1fa7cc0cdd1baf51fa 100644
--- a/chrome/browser/resources/bluetooth_internals/device_table.js
+++ b/chrome/browser/resources/bluetooth_internals/device_table.js
@@ -121,7 +121,7 @@ cr.define('device_table', function() {
// notification system.
var connectErrorCell = row.insertCell();
- var inspectButton = document.createElement('button');
+ var inspectButton = document.createElement('a', 'action-link');
Dan Beam 2016/12/07 21:57:49 nit: Button -> Link?
inspectCell.appendChild(inspectButton);
inspectButton.addEventListener('click', function() {
this.handleInspectBtn_(row.sectionRowIndex);
« no previous file with comments | « chrome/browser/resources/bluetooth_internals/bluetooth_internals.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698