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

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

Issue 640593003: Remove the sender_id from the Push API code path. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git/+/master
Patch Set: add TODOs 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
Index: content/shell/renderer/test_runner/mock_web_push_client.h
diff --git a/content/shell/renderer/test_runner/mock_web_push_client.h b/content/shell/renderer/test_runner/mock_web_push_client.h
index 9c9f48c75e10ca0bcf18137d676aac8eef2346ca..7a1c5a685e68a1039263c935fbcecb1ea1c00e4e 100644
--- a/content/shell/renderer/test_runner/mock_web_push_client.h
+++ b/content/shell/renderer/test_runner/mock_web_push_client.h
@@ -37,9 +37,9 @@ class MockWebPushClient : public blink::WebPushClient {
// WebPushClient implementation.
virtual void registerPushMessaging(
const blink::WebString& sender_id,
- blink::WebPushRegistrationCallbacks* callbacks);
+ blink::WebPushRegistrationCallbacks* callbacks,
+ blink::WebServiceWorkerProvider* service_worker_provider);
virtual void registerPushMessaging(
- const blink::WebString& sender_id,
blink::WebPushRegistrationCallbacks* callbacks,
blink::WebServiceWorkerProvider* service_worker_provider);
« no previous file with comments | « content/renderer/push_messaging_dispatcher.cc ('k') | content/shell/renderer/test_runner/mock_web_push_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698