| Index: chrome/browser/resources/options/confirm_dialog.js
|
| diff --git a/chrome/browser/resources/options/confirm_dialog.js b/chrome/browser/resources/options/confirm_dialog.js
|
| index abf69e9219ef1f18f7a2c397c0e7d71a74cd9231..bb9bd4e786caf94738210bf154e061e9d7b4f2c2 100644
|
| --- a/chrome/browser/resources/options/confirm_dialog.js
|
| +++ b/chrome/browser/resources/options/confirm_dialog.js
|
| @@ -14,8 +14,8 @@ cr.define('options', function() {
|
| * @param {string} name See Page constructor.
|
| * @param {string} title See Page constructor.
|
| * @param {string} pageDivName See Page constructor.
|
| - * @param {HTMLInputElement} okButton The confirmation button element.
|
| - * @param {HTMLInputElement} cancelButton The cancellation button element.
|
| + * @param {HTMLButtonElement} okButton The confirmation button element.
|
| + * @param {HTMLButtonElement} cancelButton The cancellation button element.
|
| * @param {string} pref The pref that requires confirmation.
|
| * @param {string} metric User metrics identifier.
|
| * @param {string=} opt_confirmedPref A pref used to remember whether the
|
|
|