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 dae163b3b44ad133d99abe80ca53b944d4a848bf..ddcd84d17f04cdbb7dfd8f4da2519e6b5c02cc65 100644 |
--- a/chrome/browser/notifications/platform_notification_service_interactive_uitest.cc |
+++ b/chrome/browser/notifications/platform_notification_service_interactive_uitest.cc |
@@ -404,10 +404,7 @@ IN_PROC_BROWSER_TEST_F(PlatformNotificationServiceBrowserTest, |
EXPECT_DOUBLE_EQ(5.5, GetEngagementScore(origin)); |
std::string url = web_contents->GetLastCommittedURL().spec(); |
- if (base::FeatureList::IsEnabled(features::kMaterialDesignSettings)) |
- ASSERT_EQ("chrome://settings/content/notifications", url); |
- else |
- ASSERT_EQ("chrome://settings/contentExceptions#notifications", url); |
+ ASSERT_EQ("chrome://settings/content/notifications", url); |
} |
IN_PROC_BROWSER_TEST_F(PlatformNotificationServiceBrowserTest, |