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

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: Rebased. Created 4 years, 5 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 | « third_party/WebKit/public/platform/modules/permissions/WebPermissionStatus.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 814d87c508fc29b792f96ff3b0b13971de339066..6f8e10afbf90f15e5f38f1b56fdcca319b556d30 100644
--- a/third_party/WebKit/public/web/WebFrameClient.h
+++ b/third_party/WebKit/public/web/WebFrameClient.h
@@ -91,7 +91,6 @@ class WebMediaSession;
class WebMediaStream;
class WebMIDIClient;
class WebNotificationPermissionCallback;
-class WebPermissionClient;
class WebServiceWorkerProvider;
class WebSocketHandle;
class WebPlugin;
@@ -670,11 +669,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; }
« no previous file with comments | « third_party/WebKit/public/platform/modules/permissions/WebPermissionStatus.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698