Chromium Code Reviews| Index: chrome/browser/resources/history/history.js |
| diff --git a/chrome/browser/resources/history/history.js b/chrome/browser/resources/history/history.js |
| index 0f285966adf808ef26d31ec336be8e2068b9b8bc..d57b119d8ba83da4edd8d730ed397f44bc883328 100644 |
| --- a/chrome/browser/resources/history/history.js |
| +++ b/chrome/browser/resources/history/history.js |
| @@ -1975,6 +1975,7 @@ function openClearBrowsingData(e) { |
| function showConfirmationOverlay() { |
| $('alertOverlay').classList.add('showing'); |
| $('overlay').hidden = false; |
| + $('alertOverlayCancel').focus(); |
|
Dan Beam
2014/09/23 05:17:37
btw, the buttons are reversed ("Remove" is the can
Evan Stade
2014/09/23 20:48:52
I don't think that this restores the previous beha
Dan Beam
2014/09/23 20:50:22
i think this is better than the previous behavior
Dan Beam
2014/09/23 20:59:38
we looked at this together and it's not quite the
|
| uber.invokeMethodOnParent('beginInterceptingEvents'); |
| } |