| 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 32dc20442a0c40b7b79203a0bd2f7b73618c4515..c15eb21a6e7b864c4f2c6e5ea761d356ae490f48 100644
|
| --- a/chrome/browser/push_messaging/push_messaging_notification_manager.h
|
| +++ b/chrome/browser/push_messaging/push_messaging_notification_manager.h
|
| @@ -73,15 +73,12 @@ class PushMessagingNotificationManager {
|
| content::WebContents* active_web_contents,
|
| const GURL& origin);
|
|
|
| - void DidGetNotificationsShownAndNeeded(
|
| - const GURL& origin,
|
| - int64_t service_worker_registration_id,
|
| - bool notification_shown,
|
| - bool notification_needed,
|
| - const base::Closure& message_handled_closure,
|
| - const std::string& data,
|
| - bool success,
|
| - bool not_found);
|
| + void DidGetBudget(const GURL& origin,
|
| + int64_t service_worker_registration_id,
|
| + bool notification_shown,
|
| + bool notification_needed,
|
| + const base::Closure& message_handled_closure,
|
| + const std::string& data);
|
|
|
| static void DidWriteNotificationDataIOProxy(
|
| const base::WeakPtr<PushMessagingNotificationManager>& ui_weak_ptr,
|
|
|