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

Unified Diff: chrome/browser/resources/md_history/side_bar.js

Issue 2873563002: MD History: Prevent focus ring when clicking on 'Clear Browsing Data' (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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/md_history/side_bar.js
diff --git a/chrome/browser/resources/md_history/side_bar.js b/chrome/browser/resources/md_history/side_bar.js
index cfc0b9434896c861e74240b9263250353c4bac8f..34697cf819d11079c3c1476889d450dd2d6f04df 100644
--- a/chrome/browser/resources/md_history/side_bar.js
+++ b/chrome/browser/resources/md_history/side_bar.js
@@ -55,11 +55,11 @@ Polymer({
},
/**
- * @return {number}
+ * @return {string}
* @private
*/
computeClearBrowsingDataTabIndex_: function() {
- return this.guestSession_ ? -1 : 0;
+ return this.guestSession_ ? '-1' : '';
},
/**
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698