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

Unified Diff: content/renderer/media/renderer_webmidiaccessor_impl.h

Issue 18095004: Web MIDI: remove old interface of requestAccess (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 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 | content/renderer/media/renderer_webmidiaccessor_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/media/renderer_webmidiaccessor_impl.h
diff --git a/content/renderer/media/renderer_webmidiaccessor_impl.h b/content/renderer/media/renderer_webmidiaccessor_impl.h
index 40ccfcad2c8dd35ad52782e7c55c4866d8f45bb1..1a1b05ba9204d387f0e14476c742d87d5af539f7 100644
--- a/content/renderer/media/renderer_webmidiaccessor_impl.h
+++ b/content/renderer/media/renderer_webmidiaccessor_impl.h
@@ -22,9 +22,6 @@ class RendererWebMIDIAccessorImpl
virtual ~RendererWebMIDIAccessorImpl();
// WebKit::WebMIDIAccessor implementation.
- // TODO(toyoshim): Remove the single-argument version of requestAccess once
- // Blink side API change is rolled.
- virtual void requestAccess(bool access);
virtual void requestAccess(const WebKit::WebString& origin,
bool access);
virtual void sendMIDIData(unsigned port_index,
« no previous file with comments | « no previous file | content/renderer/media/renderer_webmidiaccessor_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698