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

Unified Diff: trunk/src/content/browser/browser_main_loop.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
« no previous file with comments | « no previous file | trunk/src/content/browser/browser_main_loop.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/content/browser/browser_main_loop.h
===================================================================
--- trunk/src/content/browser/browser_main_loop.h (revision 217773)
+++ trunk/src/content/browser/browser_main_loop.h (working copy)
@@ -26,7 +26,6 @@
namespace media {
class AudioManager;
class MIDIManager;
-class UserInputMonitor;
} // namespace media
namespace net {
@@ -87,9 +86,6 @@
MediaStreamManager* media_stream_manager() const {
return media_stream_manager_.get();
}
- media::UserInputMonitor* user_input_monitor() const {
- return user_input_monitor_.get();
- }
media::MIDIManager* midi_manager() const { return midi_manager_.get(); }
base::Thread* indexed_db_thread() const { return indexed_db_thread_.get(); }
@@ -126,8 +122,6 @@
scoped_ptr<base::PowerMonitor> power_monitor_;
scoped_ptr<base::HighResolutionTimerManager> hi_res_timer_manager_;
scoped_ptr<net::NetworkChangeNotifier> network_change_notifier_;
- // user_input_monitor_ has to outlive audio_manager_, so declared first.
- scoped_ptr<media::UserInputMonitor> user_input_monitor_;
scoped_ptr<media::AudioManager> audio_manager_;
scoped_ptr<media::MIDIManager> midi_manager_;
scoped_ptr<AudioMirroringManager> audio_mirroring_manager_;
« no previous file with comments | « no previous file | trunk/src/content/browser/browser_main_loop.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698