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

Unified Diff: third_party/WebKit/public/platform/Platform.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
Index: third_party/WebKit/public/platform/Platform.h
diff --git a/third_party/WebKit/public/platform/Platform.h b/third_party/WebKit/public/platform/Platform.h
index 593fd41a0dcfba5591f5b2ade499b1846643ddfe..62a813f485ddace8c1947222d49d262ba616155a 100644
--- a/third_party/WebKit/public/platform/Platform.h
+++ b/third_party/WebKit/public/platform/Platform.h
@@ -94,7 +94,6 @@ class WebMediaStreamTrack;
class WebMessagePortChannel;
class WebMimeRegistry;
class WebNotificationManager;
-class WebPermissionClient;
class WebPluginListBuilder;
class WebPrescientNetworking;
class WebProcessMemoryDump;
@@ -583,11 +582,6 @@ public:
virtual WebPushProvider* pushProvider() { return nullptr; }
- // Permissions --------------------------------------------------------
-
- virtual WebPermissionClient* permissionClient() { return nullptr; }
-
-
// Background Sync API------------------------------------------------------------
virtual WebSyncProvider* backgroundSyncProvider() { return nullptr; }

Powered by Google App Engine
This is Rietveld 408576698