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

Unified Diff: content/test/webrtc_audio_device_test.h

Issue 21183002: Adding key press detection in the browser process. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add linux impl 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: content/test/webrtc_audio_device_test.h
diff --git a/content/test/webrtc_audio_device_test.h b/content/test/webrtc_audio_device_test.h
index b2fefafdf246002b0d0e0f5974c5ce866982b7f2..02047ae9a8328ea8c65d0031c7ae83ab895f3e10 100644
--- a/content/test/webrtc_audio_device_test.h
+++ b/content/test/webrtc_audio_device_test.h
@@ -25,6 +25,7 @@ class Channel;
namespace media {
class AudioManager;
+class KeyPressMonitor;
}
namespace net {
@@ -167,6 +168,7 @@ class MAYBE_WebRTCAudioDeviceTest : public ::testing::Test,
scoped_ptr<MediaStreamManager> media_stream_manager_;
scoped_ptr<media::AudioManager> audio_manager_;
scoped_ptr<AudioMirroringManager> mirroring_manager_;
+ scoped_ptr<media::KeyPressMonitor> key_press_monitor_;
scoped_ptr<net::URLRequestContext> test_request_context_;
scoped_ptr<ResourceContext> resource_context_;
scoped_ptr<IPC::Channel> channel_;

Powered by Google App Engine
This is Rietveld 408576698