Index: chrome/browser/search/hotword_service.cc |
diff --git a/chrome/browser/search/hotword_service.cc b/chrome/browser/search/hotword_service.cc |
index b9848fe8fd7e5a766fde5547d6d5cf0b5afdb770..908a75b961e63e83383d775fb775ca23ecfd64ae 100644 |
--- a/chrome/browser/search/hotword_service.cc |
+++ b/chrome/browser/search/hotword_service.cc |
@@ -744,8 +744,7 @@ void HotwordService::OptIntoHotwording( |
BrowserContextKeyedAPIFactory<HotwordPrivateEventService>::Get( |
profile_); |
if (event_service) { |
- // TODO(kcarattini): add this call once it's implemented in the API. |
- // event_service->SpeakerModelExists(); |
+ event_service->OnSpeakerModelExists(); |
return; |
} |
} |