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

Unified Diff: public/web/WebViewClient.h

Issue 317413003: Move MIDI code to hang off WebFrame. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: fix webkit tests Created 6 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 | « public/web/WebFrameClient.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebViewClient.h
diff --git a/public/web/WebViewClient.h b/public/web/WebViewClient.h
index 342bdbc3c14493cf75f6fbe9f4d3ff735a023778..ce73ff07ce00b3b1a1f59227efd46cfde2906934 100644
--- a/public/web/WebViewClient.h
+++ b/public/web/WebViewClient.h
@@ -61,7 +61,6 @@ class WebHitTestResult;
class WebImage;
class WebInputElement;
class WebKeyboardEvent;
-class WebMIDIClient;
class WebNode;
class WebPushClient;
class WebRange;
@@ -288,11 +287,6 @@ public:
}
- // Web MIDI -------------------------------------------------------------
-
- virtual WebMIDIClient* webMIDIClient() { return 0; }
-
-
// Push Messaging -------------------------------------------------------
virtual WebPushClient* webPushClient() { return 0; }
« no previous file with comments | « public/web/WebFrameClient.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698