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

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

Issue 517413002: Compile chrome://settings, part 1: remove all warnings (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@true_master
Patch Set: s/event/Event/ 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
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 ab80f53553b802a9e8a7d2a3916c54c8ed59a0a9..cbce2751163a599b408ad75f71b1f3ad68f71ba1 100644
--- a/chrome/browser/resources/options/confirm_dialog.js
+++ b/chrome/browser/resources/options/confirm_dialog.js
@@ -22,7 +22,7 @@ cr.define('options', function() {
* confirmed the dialog before. This ensures that the user is presented
* with the dialog only once. If left |undefined| or |null|, the dialog
* will pop up every time the user attempts to set |pref| to |true|.
- * @extends {SettingsDialog}
+ * @extends {options.SettingsDialog}
*/
function ConfirmDialog(name, title, pageDivName, okButton, cancelButton, pref,
metric, confirmed_pref) {

Powered by Google App Engine
This is Rietveld 408576698