| Index: chrome/browser/resources/print_preview/margin_textbox.js
|
| diff --git a/chrome/browser/resources/print_preview/margin_textbox.js b/chrome/browser/resources/print_preview/margin_textbox.js
|
| index 3f3e80d344a6c800888498f13df1fba3358a1be7..76902f1d841a9dfaebfa7271fa4220b42cfd4d58 100644
|
| --- a/chrome/browser/resources/print_preview/margin_textbox.js
|
| +++ b/chrome/browser/resources/print_preview/margin_textbox.js
|
| @@ -133,6 +133,9 @@ cr.define('print_preview', function() {
|
| this.onblur = this.onBlur_.bind(this);
|
| this.onkeypress = this.onKeyPressed_.bind(this);
|
| this.onkeyup = this.onKeyUp_.bind(this);
|
| + this.onfocus = function() {
|
| + cr.dispatchSimpleEvent(document, 'marginTextboxFocused');
|
| + };
|
| },
|
|
|
| /**
|
|
|