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

Unified Diff: content/renderer/push_messaging/push_messaging_dispatcher.h

Issue 1154303003: Move push endpoint concatenation up to the browser process. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 7 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/renderer/push_messaging/push_messaging_dispatcher.h
diff --git a/content/renderer/push_messaging/push_messaging_dispatcher.h b/content/renderer/push_messaging/push_messaging_dispatcher.h
index 981569a23b9033b44515b4bd0d6303a7f44fd266..18bf060f416c2a388456fbfa6fe80b3e0a41efdf 100644
--- a/content/renderer/push_messaging/push_messaging_dispatcher.h
+++ b/content/renderer/push_messaging/push_messaging_dispatcher.h
@@ -51,8 +51,7 @@ class PushMessagingDispatcher : public RenderFrameObserver,
const Manifest& manifest);
void OnSubscribeFromDocumentSuccess(int32_t request_id,
- const GURL& endpoint,
- const std::string& subscription_id);
+ const GURL& endpoint);
void OnSubscribeFromDocumentError(int32_t request_id,
PushRegistrationStatus status);
« no previous file with comments | « content/common/push_messaging_messages.h ('k') | content/renderer/push_messaging/push_messaging_dispatcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698