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

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

Issue 2108003002: Merge //content/child/permissions into Blink's permissions module. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixing presubmits. 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 d8d94066207f125798398a30754cc574b75d11f5..37ffb343da059e0f0ccbe6bbebd33e83991f7d53 100644
--- a/third_party/WebKit/public/web/WebFrameClient.h
+++ b/third_party/WebKit/public/web/WebFrameClient.h
@@ -90,7 +90,6 @@ class WebMediaSession;
class WebMediaStream;
class WebMIDIClient;
class WebNotificationPermissionCallback;
-class WebPermissionClient;
class WebServiceWorkerProvider;
class WebSocketHandle;
class WebPlugin;
@@ -675,11 +674,6 @@ public:
virtual void suddenTerminationDisablerChanged(bool present, SuddenTerminationDisablerType) { }
- // Permissions ---------------------------------------------------------
-
- // Access the embedder API for permission client.
- virtual WebPermissionClient* permissionClient() { return 0; }
-
// App Banners ---------------------------------------------------------
virtual WebAppBannerClient* appBannerClient() { return 0; }

Powered by Google App Engine
This is Rietveld 408576698