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

Unified Diff: content/public/browser/speech_recognition_manager.h

Issue 2656613002: Removing unused SpeechRecognitionManager::GetAudioInputDeviceModel() (Closed)
Patch Set: 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 f72e75fd9b83e084a178250728fdf4cbc83afa79..abe1c3a881573867bbca8447602a2e6a7d5e7bad 100644
--- a/content/public/browser/speech_recognition_manager.h
+++ b/content/public/browser/speech_recognition_manager.h
@@ -78,10 +78,6 @@ class SpeechRecognitionManager {
// Returns true if the OS reports existence of audio recording devices.
virtual bool HasAudioInputDevices() = 0;
- // Returns a human readable string for the model/make of the active audio
- // input device for this computer.
- virtual base::string16 GetAudioInputDeviceModel() = 0;
-
// Invokes the platform provided microphone settings UI in a non-blocking way,
// via the BrowserThread::FILE thread.
virtual void ShowAudioInputSettings() = 0;
« 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