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

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

Issue 2913343002: Start removing deprecated Options UI code (Closed)
Patch Set: thestig@ review Created 3 years, 6 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
« no previous file with comments | « chrome/browser/flag_descriptions.cc ('k') | chrome/browser/policy/policy_browsertest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 5a9a85e49acbd5d57462601f19c6b74ed6c33221..936d5dd6e5d669878d7b631d9f37303191de58e7 100644
--- a/chrome/browser/notifications/platform_notification_service_interactive_uitest.cc
+++ b/chrome/browser/notifications/platform_notification_service_interactive_uitest.cc
@@ -413,10 +413,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,
« no previous file with comments | « chrome/browser/flag_descriptions.cc ('k') | chrome/browser/policy/policy_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698