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

Unified Diff: chrome/browser/ui/webui/options/browser_options_handler.cc

Issue 1020473003: Hotword: Check for a speaker model before launching the opt-in flow (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Review Comments Created 5 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/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 7bba6f8e9ba5d17a2b7a84a12964ede1a23261d2..9f019f45b68f5094ac308d8c39a346308a72393e 100644
--- a/chrome/browser/ui/webui/options/browser_options_handler.cc
+++ b/chrome/browser/ui/webui/options/browser_options_handler.cc
@@ -1881,7 +1881,7 @@ void BrowserOptionsHandler::HandleLaunchHotwordAudioVerificationApp(
if (!hotword_service)
return;
- hotword_service->LaunchHotwordAudioVerificationApp(launch_mode);
+ hotword_service->OptIntoHotwording(launch_mode);
}
void BrowserOptionsHandler::HandleLaunchEasyUnlockSetup(
« chrome/browser/search/hotword_service.h ('K') | « chrome/browser/search/hotword_service.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698