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

Unified Diff: trunk/src/media/base/audio_capturer_source.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/media/base/audio_capturer_source.h
===================================================================
--- trunk/src/media/base/audio_capturer_source.h (revision 217773)
+++ trunk/src/media/base/audio_capturer_source.h (working copy)
@@ -26,8 +26,7 @@
// Callback to deliver the captured data from the OS.
virtual void Capture(AudioBus* audio_source,
int audio_delay_milliseconds,
- double volume,
- bool key_pressed) = 0;
+ double volume) = 0;
// Signals an error has occurred.
virtual void OnCaptureError() = 0;
« no previous file with comments | « trunk/src/media/audio/test_audio_input_controller_factory.cc ('k') | trunk/src/media/base/user_input_monitor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698