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

Unified Diff: public/web/WebViewClient.h

Issue 687933002: Move push client to frame. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase. 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
« public/web/WebFrameClient.h ('K') | « public/web/WebFrameClient.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 9e7b1a3f902ddaa7e0a25519cd6316fae51bf7d1..6469e705c5b9494ac1d2d3a744d0ccaa9f1efde8 100644
--- a/public/web/WebViewClient.h
+++ b/public/web/WebViewClient.h
@@ -60,7 +60,6 @@ class WebImage;
class WebInputElement;
class WebKeyboardEvent;
class WebNode;
-class WebPushClient;
class WebRange;
class WebSpeechRecognizer;
class WebStorageNamespace;
@@ -282,11 +281,6 @@ public:
}
- // Push Messaging -------------------------------------------------------
-
- virtual WebPushClient* webPushClient() { return 0; }
-
-
// Content detection ----------------------------------------------------
// Retrieves detectable content (e.g., email addresses, phone numbers)
« public/web/WebFrameClient.h ('K') | « public/web/WebFrameClient.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698