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

Unified Diff: content/public/browser/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/browser/speech_recognition_manager.h
diff --git a/content/public/browser/speech_recognition_manager.h b/content/public/browser/speech_recognition_manager.h
index abe1c3a881573867bbca8447602a2e6a7d5e7bad..4e6e9b7efb45103858d9a84ce33572092d82c1b3 100644
--- a/content/public/browser/speech_recognition_manager.h
+++ b/content/public/browser/speech_recognition_manager.h
@@ -75,13 +75,6 @@ class SpeechRecognitionManager {
int render_view_id,
int request_id) const = 0;
- // Returns true if the OS reports existence of audio recording devices.
- virtual bool HasAudioInputDevices() = 0;
-
- // Invokes the platform provided microphone settings UI in a non-blocking way,
- // via the BrowserThread::FILE thread.
- virtual void ShowAudioInputSettings() = 0;
-
protected:
virtual ~SpeechRecognitionManager() {}
« no previous file with comments | « content/browser/speech/speech_recognition_manager_impl.cc ('k') | content/public/test/fake_speech_recognition_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698