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

Unified Diff: chrome/browser/resources/print_preview/print_header.js

Issue 682863004: print preview: Fix visual tab order for "Print"/"Cancel" buttons. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nits Created 6 years, 2 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
Index: chrome/browser/resources/print_preview/print_header.js
diff --git a/chrome/browser/resources/print_preview/print_header.js b/chrome/browser/resources/print_preview/print_header.js
index 240b5a9b640ab847ef6680e8319a51303e7a3ad9..f0836b8a8db461045ea5da5f10209101c7dac665 100644
--- a/chrome/browser/resources/print_preview/print_header.js
+++ b/chrome/browser/resources/print_preview/print_header.js
@@ -82,6 +82,11 @@ cr.define('print_preview', function() {
},
/** @override */
+ decorateInternal: function() {
+ cr.ui.reverseButtonStrips(this.getElement());
+ },
+
+ /** @override */
enterDocument: function() {
print_preview.Component.prototype.enterDocument.call(this);
« no previous file with comments | « chrome/browser/resources/print_preview/print_header.html ('k') | chrome/browser/resources/print_preview/print_preview.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698