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

Unified Diff: public/web/WebFrameClient.h

Issue 728443002: Remove PushPermissionClient. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Delete override. Created 6 years, 1 month 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/platform/WebCallback.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebFrameClient.h
diff --git a/public/web/WebFrameClient.h b/public/web/WebFrameClient.h
index d88668805539732f8520d875a0a14e201563e218..9f15bff83321ff276d83b2cfe2734ae603dd65cc 100644
--- a/public/web/WebFrameClient.h
+++ b/public/web/WebFrameClient.h
@@ -57,7 +57,6 @@ namespace blink {
class WebApplicationCacheHost;
class WebApplicationCacheHostClient;
class WebCachedURLRequest;
-class WebCallback;
class WebColorChooser;
class WebColorChooserClient;
class WebContentDecryptionModule;
@@ -337,10 +336,6 @@ public:
// Push API ---------------------------------------------------
- // Requests permission to use the Push API in the origin of this frame.
- // FIXME: Merge this into WebPushClient as it's not going away as originally planned.
- virtual void requestPushPermission(WebCallback* callback) { }
-
// Used to access the embedder for the Push API.
virtual WebPushClient* pushClient() { return 0; }
« no previous file with comments | « public/platform/WebCallback.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698