Index: chrome/browser/ui/webui/options/browser_options_handler.cc |
diff --git a/chrome/browser/ui/webui/options/browser_options_handler.cc b/chrome/browser/ui/webui/options/browser_options_handler.cc |
index c8b391bd03d4f6bcfc293b6323a22d94f7b2d4f7..def3bea1f9ea3d1df18557b376cd9781f6f65388 100644 |
--- a/chrome/browser/ui/webui/options/browser_options_handler.cc |
+++ b/chrome/browser/ui/webui/options/browser_options_handler.cc |
@@ -1661,7 +1661,7 @@ void BrowserOptionsHandler::HandleLaunchHotwordAudioVerificationApp( |
DCHECK(profile->GetPrefs()->GetBoolean( |
prefs::kHotwordAudioLoggingEnabled)); |
- launch_mode = HotwordService::SPEECH_TRAINING; |
+ launch_mode = HotwordService::RETRAIN; |
} else if (profile->GetPrefs()->GetBoolean( |
prefs::kHotwordAudioLoggingEnabled)) { |
DCHECK(!profile->GetPrefs()->GetBoolean( |