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

Unified Diff: content/public/test/fake_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/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 2c88f8d54e964c4314e4c9063416f8a957256194..b0f3fc45bb09298c0fd4ef2c964d356dee4bd8e0 100644
--- a/content/public/test/fake_speech_recognition_manager.h
+++ b/content/public/test/fake_speech_recognition_manager.h
@@ -55,7 +55,6 @@ class FakeSpeechRecognitionManager : public SpeechRecognitionManager,
void AbortAllSessionsForRenderView(int render_process_id,
int render_view_id) override;
bool HasAudioInputDevices() override;
- base::string16 GetAudioInputDeviceModel() override;
void ShowAudioInputSettings() override {}
int GetSession(int render_process_id,
int render_view_id,
« 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