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

Unified Diff: content/browser/renderer_host/render_process_host_impl.cc

Issue 151343002: Web MIDI: make naming convention be consistent (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: review boliu #2 Created 6 years, 11 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 | « content/browser/renderer_host/media/midi_host_unittest.cc ('k') | content/common/media/midi_messages.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/renderer_host/render_process_host_impl.cc
diff --git a/content/browser/renderer_host/render_process_host_impl.cc b/content/browser/renderer_host/render_process_host_impl.cc
index 631434951d35881f0275ccdd0440c0c98d4c3118..ad45342d5cc113342fd7878690cada00192ef81e 100644
--- a/content/browser/renderer_host/render_process_host_impl.cc
+++ b/content/browser/renderer_host/render_process_host_impl.cc
@@ -654,8 +654,8 @@ void RenderProcessHostImpl::CreateMessageFilters() {
media_stream_manager);
AddFilter(audio_renderer_host_);
AddFilter(
- new MIDIHost(GetID(), BrowserMainLoop::GetInstance()->midi_manager()));
- AddFilter(new MIDIDispatcherHost(GetID(), browser_context));
+ new MidiHost(GetID(), BrowserMainLoop::GetInstance()->midi_manager()));
+ AddFilter(new MidiDispatcherHost(GetID(), browser_context));
AddFilter(new VideoCaptureHost(media_stream_manager));
AddFilter(new AppCacheDispatcherHost(
storage_partition_impl_->GetAppCacheService(),
« no previous file with comments | « content/browser/renderer_host/media/midi_host_unittest.cc ('k') | content/common/media/midi_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698