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

Unified Diff: content/shell/renderer/test_runner/mock_web_push_client.cc

Issue 663813002: Clean up deprecated Web Push API code-paths. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git/+/push-remove-senderId
Patch Set: rebase Created 6 years, 2 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 | « content/shell/renderer/test_runner/mock_web_push_client.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/renderer/test_runner/mock_web_push_client.cc
diff --git a/content/shell/renderer/test_runner/mock_web_push_client.cc b/content/shell/renderer/test_runner/mock_web_push_client.cc
index d2e32afbab611a17f09ccb80516ff8e20456bcd6..98bd8d20090afc18d642b3d483ffdd4953b0681d 100644
--- a/content/shell/renderer/test_runner/mock_web_push_client.cc
+++ b/content/shell/renderer/test_runner/mock_web_push_client.cc
@@ -35,13 +35,6 @@ void MockWebPushClient::SetMockErrorValues(const std::string& message) {
}
void MockWebPushClient::registerPushMessaging(
- const WebString& sender_id,
- blink::WebPushRegistrationCallbacks* callbacks,
- blink::WebServiceWorkerProvider* service_worker_provider) {
- registerPushMessaging(callbacks, service_worker_provider);
-}
-
-void MockWebPushClient::registerPushMessaging(
blink::WebPushRegistrationCallbacks* callbacks,
blink::WebServiceWorkerProvider* service_worker_provider) {
DCHECK(callbacks);
« no previous file with comments | « content/shell/renderer/test_runner/mock_web_push_client.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698