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

Unified Diff: content/child/notifications/notification_manager.h

Issue 1071203002: Consistently handle persistent notification ids as int64_t (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@n-db-Integrate
Patch Set: rebase Created 5 years, 8 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/child/notifications/notification_manager.h
diff --git a/content/child/notifications/notification_manager.h b/content/child/notifications/notification_manager.h
index 7624198583cad49c5af4f8ce123c4ebcc9d3c59f..21769b5adfffd3703ce746ac487c76a08a9c3913 100644
--- a/content/child/notifications/notification_manager.h
+++ b/content/child/notifications/notification_manager.h
@@ -56,7 +56,7 @@ class NotificationManager : public blink::WebNotificationManager,
virtual void close(blink::WebNotificationDelegate* delegate);
virtual void closePersistent(
const blink::WebSerializedOrigin& origin,
- const blink::WebString& persistent_notification_id);
+ int64_t persistent_notification_id);
virtual void notifyDelegateDestroyed(
blink::WebNotificationDelegate* delegate);
virtual blink::WebNotificationPermission checkPermission(
« no previous file with comments | « content/browser/service_worker/service_worker_version.cc ('k') | content/child/notifications/notification_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698