Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5463)

Unified Diff: chrome/browser/notifications/platform_notification_service_interactive_uitest.cc

Issue 2913343002: Start removing deprecated Options UI code (Closed)
Patch Set: Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,

Powered by Google App Engine
This is Rietveld 408576698