| Index: chrome/browser/push_messaging/push_messaging_notification_manager.h
|
| diff --git a/chrome/browser/push_messaging/push_messaging_notification_manager.h b/chrome/browser/push_messaging/push_messaging_notification_manager.h
|
| index 736d91b654bb44694a89ebfc56a5f7e14a9c98ff..60a2edb78d70cbec4412ac0207cf14054751f412 100644
|
| --- a/chrome/browser/push_messaging/push_messaging_notification_manager.h
|
| +++ b/chrome/browser/push_messaging/push_messaging_notification_manager.h
|
| @@ -73,10 +73,10 @@ class PushMessagingNotificationManager {
|
| content::WebContents* active_web_contents,
|
| const GURL& origin);
|
|
|
| - void DidGetBudget(const GURL& origin,
|
| - int64_t service_worker_registration_id,
|
| - const base::Closure& message_handled_closure,
|
| - const double budget);
|
| + void CheckForMissedNotification(const GURL& origin,
|
| + int64_t service_worker_registration_id,
|
| + const base::Closure& message_handled_closure,
|
| + const double budget);
|
|
|
| static void DidWriteNotificationDataIOProxy(
|
| const base::WeakPtr<PushMessagingNotificationManager>& ui_weak_ptr,
|
|
|