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

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

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
« no previous file with comments | « content/public/test/fake_speech_recognition_manager.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/test/fake_speech_recognition_manager.cc
diff --git a/content/public/test/fake_speech_recognition_manager.cc b/content/public/test/fake_speech_recognition_manager.cc
index d1a715512f3c7d8ba32518a5a4b2df8399d1f639..e5e898a6ba7e0beca7679b1a36038f447f434797 100644
--- a/content/public/test/fake_speech_recognition_manager.cc
+++ b/content/public/test/fake_speech_recognition_manager.cc
@@ -128,10 +128,6 @@ void FakeSpeechRecognitionManager::AbortAllSessionsForRenderView(
bool FakeSpeechRecognitionManager::HasAudioInputDevices() { return true; }
-base::string16 FakeSpeechRecognitionManager::GetAudioInputDeviceModel() {
- return base::string16();
-}
-
int FakeSpeechRecognitionManager::GetSession(int render_process_id,
int render_view_id,
int request_id) const {
« no previous file with comments | « content/public/test/fake_speech_recognition_manager.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698