| Index: chrome/browser/notifications/platform_notification_service_interactive_uitest.cc
|
| diff --git a/chrome/browser/notifications/platform_notification_service_interactive_uitest.cc b/chrome/browser/notifications/platform_notification_service_interactive_uitest.cc
|
| index 1d29b9cf76985a3f5f54cbcbb5e3e0042c7de297..2314d241b4c66bfb50afb9f694ccba952df448a0 100644
|
| --- a/chrome/browser/notifications/platform_notification_service_interactive_uitest.cc
|
| +++ b/chrome/browser/notifications/platform_notification_service_interactive_uitest.cc
|
| @@ -461,10 +461,8 @@ IN_PROC_BROWSER_TEST_F(PlatformNotificationServiceBrowserTest,
|
| EXPECT_EQ(TestPageUrl().spec(), notification.service_worker_scope().spec());
|
| }
|
|
|
| -// TODO(felt): This DCHECKs when bubbles are enabled, when the file_url is
|
| -// persisted. crbug.com/502057
|
| IN_PROC_BROWSER_TEST_F(PlatformNotificationServiceBrowserTest,
|
| - DISABLED_CheckFilePermissionNotGranted) {
|
| + CheckFilePermissionNotGranted) {
|
| // This case should succeed because a normal page URL is used.
|
| std::string script_result;
|
|
|
|
|