| Index: content/browser/notifications/notification_event_dispatcher_impl.cc
|
| diff --git a/content/browser/notifications/notification_event_dispatcher_impl.cc b/content/browser/notifications/notification_event_dispatcher_impl.cc
|
| index fb9d0b7114c284012dbd52957e3bbc0d1faaefc9..eb14c85663862892bc03294849f2c41da460e80a 100644
|
| --- a/content/browser/notifications/notification_event_dispatcher_impl.cc
|
| +++ b/content/browser/notifications/notification_event_dispatcher_impl.cc
|
| @@ -150,7 +150,7 @@ void FindServiceWorkerRegistration(
|
| // This LOG(INFO) deliberately exists to help track down the cause of
|
| // https://crbug.com/534537, where notifications sometimes do not react to
|
| // the user clicking on them. It should be removed once that's fixed.
|
| - LOG(INFO) << "Lookup for ServiceWoker Registration: sucesss:" << success
|
| + LOG(INFO) << "Lookup for ServiceWoker Registration: success:" << success
|
| << " action_index: " << action_index;
|
| #endif
|
| if (!success) {
|
|
|