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

Unified Diff: trunk/src/media/audio/test_audio_input_controller_factory.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/audio/test_audio_input_controller_factory.h
===================================================================
--- trunk/src/media/audio/test_audio_input_controller_factory.h (revision 217773)
+++ trunk/src/media/audio/test_audio_input_controller_factory.h (working copy)
@@ -10,7 +10,6 @@
namespace media {
-class UserInputMonitor;
class TestAudioInputControllerFactory;
// TestAudioInputController and TestAudioInputControllerFactory are used for
@@ -57,8 +56,7 @@
AudioManager* audio_manager,
const AudioParameters& audio_parameters,
EventHandler* event_handler,
- SyncWriter* sync_writer,
- UserInputMonitor* user_input_monitor);
+ SyncWriter* sync_writer);
// Returns the event handler installed on the AudioInputController.
EventHandler* event_handler() const { return event_handler_; }
@@ -96,8 +94,7 @@
virtual AudioInputController* Create(
AudioManager* audio_manager,
AudioInputController::EventHandler* event_handler,
- AudioParameters params,
- UserInputMonitor* user_input_monitor) OVERRIDE;
+ AudioParameters params) OVERRIDE;
void SetDelegateForTests(TestAudioInputControllerDelegate* delegate);
« no previous file with comments | « trunk/src/media/audio/audio_parameters.h ('k') | trunk/src/media/audio/test_audio_input_controller_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698