Skip to content

Commit

Permalink
5512176: Remove OnEnvironmentEstimationComplete()
Browse files Browse the repository at this point in the history
  • Loading branch information
clavin authored and ckerr committed May 31, 2024
1 parent 368005f commit 1e20ffb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions shell/browser/electron_speech_recognition_manager_delegate.cc
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ void ElectronSpeechRecognitionManagerDelegate::OnRecognitionStart(

void ElectronSpeechRecognitionManagerDelegate::OnAudioStart(int session_id) {}

void ElectronSpeechRecognitionManagerDelegate::OnEnvironmentEstimationComplete(
int session_id) {}

void ElectronSpeechRecognitionManagerDelegate::OnSoundStart(int session_id) {}

void ElectronSpeechRecognitionManagerDelegate::OnSoundEnd(int session_id) {}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ class ElectronSpeechRecognitionManagerDelegate
// content::SpeechRecognitionEventListener:
void OnRecognitionStart(int session_id) override;
void OnAudioStart(int session_id) override;
void OnEnvironmentEstimationComplete(int session_id) override;
void OnSoundStart(int session_id) override;
void OnSoundEnd(int session_id) override;
void OnAudioEnd(int session_id) override;
Expand Down

0 comments on commit 1e20ffb

Please sign in to comment.