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

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: Reverts html file. Created 5 years, 11 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 26536e616b28090987e0c8666d8723c2a7507e69..857c0f9d261548ce14612d207ef4cfcf50d509dd 100644
--- a/content/public/browser/platform_notification_service.h
+++ b/content/public/browser/platform_notification_service.h
@@ -45,7 +45,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
@@ -55,8 +54,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