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

Unified Diff: content/renderer/pepper/pepper_platform_audio_input_impl.h

Issue 12440027: Do not pass the string device_id via IPC message to create an audio input stream (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: ready for review Created 7 years, 9 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/renderer/pepper/pepper_platform_audio_input_impl.h
diff --git a/content/renderer/pepper/pepper_platform_audio_input_impl.h b/content/renderer/pepper/pepper_platform_audio_input_impl.h
index 5dac69663c55cea738fc5ee7dabdfcd901fb798d..5223e23eda0a3ca4f9eff9f63a79fb9e6554f24b 100644
--- a/content/renderer/pepper/pepper_platform_audio_input_impl.h
+++ b/content/renderer/pepper/pepper_platform_audio_input_impl.h
@@ -58,7 +58,6 @@ class PepperPlatformAudioInputImpl
virtual void OnVolume(double volume) OVERRIDE;
virtual void OnStateChanged(
media::AudioInputIPCDelegate::State state) OVERRIDE;
- virtual void OnDeviceReady(const std::string&) OVERRIDE;
virtual void OnIPCClosed() OVERRIDE;
protected:

Powered by Google App Engine
This is Rietveld 408576698