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

Unified Diff: content/public/test/fake_speech_recognition_manager.h

Issue 2651373002: Removing SpeechRecognitionManager::HasAudioInputDevices() and ShowAudioInputSettings() (Closed)
Patch Set: fix for tests Created 3 years, 11 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: content/public/test/fake_speech_recognition_manager.h
diff --git a/content/public/test/fake_speech_recognition_manager.h b/content/public/test/fake_speech_recognition_manager.h
index b0f3fc45bb09298c0fd4ef2c964d356dee4bd8e0..98a34b85868416bd132199de9caad32e9f609bb7 100644
--- a/content/public/test/fake_speech_recognition_manager.h
+++ b/content/public/test/fake_speech_recognition_manager.h
@@ -54,8 +54,6 @@ class FakeSpeechRecognitionManager : public SpeechRecognitionManager,
void AbortAllSessionsForRenderProcess(int render_process_id) override;
void AbortAllSessionsForRenderView(int render_process_id,
int render_view_id) override;
- bool HasAudioInputDevices() override;
- void ShowAudioInputSettings() override {}
int GetSession(int render_process_id,
int render_view_id,
int request_id) const override;
« no previous file with comments | « content/public/browser/speech_recognition_manager.h ('k') | content/public/test/fake_speech_recognition_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698