Chromium Code Reviews| 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 c15eb21a6e7b864c4f2c6e5ea761d356ae490f48..736d91b654bb44694a89ebfc56a5f7e14a9c98ff 100644 |
| --- a/chrome/browser/push_messaging/push_messaging_notification_manager.h |
| +++ b/chrome/browser/push_messaging/push_messaging_notification_manager.h |
| @@ -75,10 +75,8 @@ class PushMessagingNotificationManager { |
| 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); |
| + const double budget); |
|
Peter Beverloo
2016/04/14 18:02:09
nit: we don't usually put "const" in front of scal
harkness
2016/04/27 11:21:09
Done.
|
| static void DidWriteNotificationDataIOProxy( |
| const base::WeakPtr<PushMessagingNotificationManager>& ui_weak_ptr, |