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

Unified Diff: chrome/browser/resources/options/hotword_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: Created 6 years, 4 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/hotword_confirm_dialog.js
diff --git a/chrome/browser/resources/options/hotword_confirm_dialog.js b/chrome/browser/resources/options/hotword_confirm_dialog.js
index e81a62fc59a9541b56249409155bdfd9bc09582d..b6d6c937c4d42d5ef1691b534479fd12f9a418db 100644
--- a/chrome/browser/resources/options/hotword_confirm_dialog.js
+++ b/chrome/browser/resources/options/hotword_confirm_dialog.js
@@ -15,7 +15,7 @@ cr.define('options', function() {
* committed to Chrome. If the user clicks Cancel or leaves the settings page,
* the new value is discarded.
* @constructor
- * @extends {ConfirmDialog}
+ * @extends {options.ConfirmDialog}
*/
function HotwordConfirmDialog() {
ConfirmDialog.call(this,

Powered by Google App Engine
This is Rietveld 408576698