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

Unified Diff: chrome/browser/resources/options/confirm_dialog.js

Issue 560563004: Compile chrome://settings, part 5 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@H_make_public
Patch Set: fixed assert errors Created 6 years, 3 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 | chrome/browser/resources/options/handler_options.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | chrome/browser/resources/options/handler_options.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698