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

Unified Diff: public/web/WebViewClient.h

Issue 152763002: DO NOT REVIEW Bindings and plumbing for push messaging API. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase. Address some review comments. Created 6 years, 9 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 | « public/platform/WebPushRegistration.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebViewClient.h
diff --git a/public/web/WebViewClient.h b/public/web/WebViewClient.h
index 4c8053177828dff7d1a81f965b6ff4dac6909f91..4af59f94464673ecde7e7085ad26963ae3c728ac 100644
--- a/public/web/WebViewClient.h
+++ b/public/web/WebViewClient.h
@@ -69,6 +69,7 @@ class WebKeyboardEvent;
class WebMIDIClient;
class WebNode;
class WebNotificationPresenter;
+class WebPushClient;
class WebRange;
class WebSpeechInputController;
class WebSpeechInputListener;
@@ -394,6 +395,10 @@ public:
virtual WebMIDIClient* webMIDIClient() { return 0; }
+ // Push Messaging -------------------------------------------------------
+
+ virtual WebPushClient* webPushClient() { return 0; }
+
// Content detection ----------------------------------------------------
« no previous file with comments | « public/platform/WebPushRegistration.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698