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

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

Issue 552883002: Compile chrome://settings, part 4: 149 proper errors left (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@H_options_errors_2
Patch Set: fixed assert 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/options.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 b6d6c937c4d42d5ef1691b534479fd12f9a418db..3d84366383ec0c5d7c103de0871439779d54d0f9 100644
--- a/chrome/browser/resources/options/hotword_confirm_dialog.js
+++ b/chrome/browser/resources/options/hotword_confirm_dialog.js
@@ -24,8 +24,8 @@ cr.define('options', function() {
'hotword-confirm-overlay', // pageDivName
$('hotword-confirm-ok'), // okButton
$('hotword-confirm-cancel'), // cancelButton
- $('hotword-search-enable').pref, // pref
- $('hotword-search-enable').metric); // metric
+ $('hotword-search-enable')['pref'], // pref
+ $('hotword-search-enable')['metric']); // metric
this.indicator = $('hotword-search-setting-indicator');
}
« no previous file with comments | « no previous file | chrome/browser/resources/options/options.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698