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

Unified Diff: trunk/src/content/renderer/media/webrtc_audio_device_impl.h

Issue 22871007: Revert 217768 "Adding key press detection in the browser process." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 4 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: trunk/src/content/renderer/media/webrtc_audio_device_impl.h
===================================================================
--- trunk/src/content/renderer/media/webrtc_audio_device_impl.h (revision 217773)
+++ trunk/src/content/renderer/media/webrtc_audio_device_impl.h (working copy)
@@ -223,8 +223,7 @@
int number_of_frames,
int audio_delay_milliseconds,
int current_volume,
- bool need_audio_processing,
- bool key_pressed) = 0;
+ bool need_audio_processing) = 0;
// Set the format for the capture audio parameters.
virtual void SetCaptureFormat(const media::AudioParameters& params) = 0;
@@ -340,8 +339,7 @@
int number_of_frames,
int audio_delay_milliseconds,
int current_volume,
- bool need_audio_processing,
- bool key_pressed) OVERRIDE;
+ bool need_audio_processing) OVERRIDE;
// Called on the main render thread.
virtual void SetCaptureFormat(const media::AudioParameters& params) OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698