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

Unified Diff: content/browser/push_messaging_message_filter.h

Issue 343743004: Implement a permission check for push. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add content settings html sections Created 6 years, 6 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 | « chrome/common/content_settings_types.h ('k') | content/browser/push_messaging_message_filter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/push_messaging_message_filter.h
diff --git a/content/browser/push_messaging_message_filter.h b/content/browser/push_messaging_message_filter.h
index abc02188873aff18acb2d05a3856a9ae01f16418..25ea50dd036d3784713b8ea7934ac514021d2a61 100644
--- a/content/browser/push_messaging_message_filter.h
+++ b/content/browser/push_messaging_message_filter.h
@@ -25,15 +25,15 @@ class PushMessagingMessageFilter : public BrowserMessageFilter {
// BrowserMessageFilter implementation.
virtual bool OnMessageReceived(const IPC::Message& message) OVERRIDE;
- void OnRegister(int routing_id,
+ void OnRegister(int render_view_id,
int callbacks_id,
const std::string& sender_id);
- void DoRegister(int routing_id,
+ void DoRegister(int render_view_id,
int callbacks_id,
const std::string& sender_id);
- void DidRegister(int routing_id,
+ void DidRegister(int render_view_id,
int callbacks_id,
const GURL& endpoint,
const std::string& registration_id,
« no previous file with comments | « chrome/common/content_settings_types.h ('k') | content/browser/push_messaging_message_filter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698