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

Unified Diff: content/public/browser/platform_notification_service.h

Issue 661643002: Adds a context message of the security origin for web notifications. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge Created 5 years, 10 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/public/browser/platform_notification_service.h
diff --git a/content/public/browser/platform_notification_service.h b/content/public/browser/platform_notification_service.h
index bbe407ca1637669161de48696f02ee72c27b8ad8..52a2b72e789d4cae5e1a0677affbd5c676c8b8cf 100644
--- a/content/public/browser/platform_notification_service.h
+++ b/content/public/browser/platform_notification_service.h
@@ -55,7 +55,6 @@ class CONTENT_EXPORT PlatformNotificationService {
const SkBitmap& icon,
const PlatformNotificationData& notification_data,
scoped_ptr<DesktopNotificationDelegate> delegate,
- int render_process_id,
base::Closure* cancel_callback) = 0;
// Displays the persistent notification described in |notification_data| to
@@ -65,8 +64,7 @@ class CONTENT_EXPORT PlatformNotificationService {
int64 service_worker_registration_id,
const GURL& origin,
const SkBitmap& icon,
- const PlatformNotificationData& notification_data,
- int render_process_id) = 0;
+ const PlatformNotificationData& notification_data) = 0;
// Closes the persistent notification identified by
// |persistent_notification_id|. This method must be called on the UI thread.

Powered by Google App Engine
This is Rietveld 408576698