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

Unified Diff: chrome/browser/resources/options/hotword_confirm_overlay.html

Issue 215423002: [Hotword] Make ConfirmDialog subclass from SettingsDialog (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: some more cleanup Created 6 years, 9 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_overlay.html
diff --git a/chrome/browser/resources/options/hotword_confirm_overlay.html b/chrome/browser/resources/options/hotword_confirm_overlay.html
index 704414f3ab81db73505fee0c9318e80297ca8cc3..366b85f7432ae6014afb546e36be89d9dfee4784 100644
--- a/chrome/browser/resources/options/hotword_confirm_overlay.html
+++ b/chrome/browser/resources/options/hotword_confirm_overlay.html
@@ -27,7 +27,7 @@
<input id="hotword-audio-logging-enable"
pref="hotword.audio_logging_enabled"
metric="Options_Hotword_AudioLogging_Checkbox"
- type="checkbox" checked>
+ type="checkbox" dialog-pref checked>
<span>
<label for="hotword-audio-logging-enable"
i18n-content="hotwordAudioLoggingEnable">

Powered by Google App Engine
This is Rietveld 408576698