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

Unified Diff: trunk/src/content/renderer/media/webaudio_capturer_source.cc

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/webaudio_capturer_source.cc
===================================================================
--- trunk/src/content/renderer/media/webaudio_capturer_source.cc (revision 217773)
+++ trunk/src/content/renderer/media/webaudio_capturer_source.cc (working copy)
@@ -96,7 +96,7 @@
int capture_frames = params_.frames_per_buffer();
while (fifo_->frames() >= capture_frames) {
fifo_->Consume(capture_bus_.get(), 0, capture_frames);
- callback_->Capture(capture_bus_.get(), 0, 1.0, false);
+ callback_->Capture(capture_bus_.get(), 0, 1.0);
}
}
« no previous file with comments | « trunk/src/content/browser/speech/speech_recognizer_impl.cc ('k') | trunk/src/content/renderer/media/webrtc_audio_capturer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698