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

Unified Diff: third_party/WebKit/public/web/WebFrameClient.h

Issue 2116763002: Reland: Web MIDI: use mojom::blink::PermissionService directly to ask permission (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove unused method Created 4 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
Index: third_party/WebKit/public/web/WebFrameClient.h
diff --git a/third_party/WebKit/public/web/WebFrameClient.h b/third_party/WebKit/public/web/WebFrameClient.h
index 6f2e7bbeeef6d1bc0e5bffe023a632d9eb54eb00..5ece20c71f3584e27f6787446b38ce6c058bfb3f 100644
--- a/third_party/WebKit/public/web/WebFrameClient.h
+++ b/third_party/WebKit/public/web/WebFrameClient.h
@@ -89,7 +89,6 @@ class WebMediaPlayerEncryptedMediaClient;
class WebMediaPlayerSource;
class WebMediaSession;
class WebMediaStream;
-class WebMIDIClient;
class WebNotificationPermissionCallback;
class WebPermissionClient;
class WebServiceWorkerProvider;
@@ -593,10 +592,6 @@ public:
virtual WebEncryptedMediaClient* encryptedMediaClient() { return 0; }
- // Web MIDI -------------------------------------------------------------
-
- virtual WebMIDIClient* webMIDIClient() { return 0; }
-
// User agent ------------------------------------------------------
// Asks the embedder if a specific user agent should be used. Non-empty

Powered by Google App Engine
This is Rietveld 408576698