| Index: content/shell/browser/layout_test/layout_test_push_messaging_service.h
|
| diff --git a/content/shell/browser/layout_test/layout_test_push_messaging_service.h b/content/shell/browser/layout_test/layout_test_push_messaging_service.h
|
| index 1158963289e785c0f4f825ae363cfe6dded825ed..2a472ec3280b32d4ed06093f36022e00cc4c53b1 100644
|
| --- a/content/shell/browser/layout_test/layout_test_push_messaging_service.h
|
| +++ b/content/shell/browser/layout_test/layout_test_push_messaging_service.h
|
| @@ -39,6 +39,7 @@ class LayoutTestPushMessagingService : public PushMessagingService {
|
| const GURL& requesting_origin,
|
| const GURL& embedding_origin,
|
| bool user_visible) override;
|
| + bool SupportNonVisibleMessages() override;
|
| void Unregister(const GURL& requesting_origin,
|
| int64 service_worker_registration_id,
|
| const std::string& sender_id,
|
|
|