| Index: content/shell/browser/layout_test/layout_test_push_messaging_service.cc
|
| diff --git a/content/shell/browser/layout_test/layout_test_push_messaging_service.cc b/content/shell/browser/layout_test/layout_test_push_messaging_service.cc
|
| index 491d804dc8df2b03b544ab2e4cf2f93ba97bd301..e283e0dda9eaca6b3419ca1e134fd037f911a2b3 100644
|
| --- a/content/shell/browser/layout_test/layout_test_push_messaging_service.cc
|
| +++ b/content/shell/browser/layout_test/layout_test_push_messaging_service.cc
|
| @@ -70,7 +70,7 @@ void LayoutTestPushMessagingService::Unregister(
|
| const std::string& sender_id,
|
| bool retry_on_failure,
|
| const UnregisterCallback& callback) {
|
| - callback.Run(PUSH_UNREGISTRATION_STATUS_SUCCESS_UNREGISTER);
|
| + callback.Run(PUSH_UNREGISTRATION_STATUS_SUCCESS_UNREGISTERED);
|
| }
|
|
|
| } // namespace content
|
|
|