| Index: chrome/browser/notifications/notification_browsertest.cc
|
| diff --git a/chrome/browser/notifications/notification_browsertest.cc b/chrome/browser/notifications/notification_browsertest.cc
|
| index 4e19c5453385e6ee9e163f266ce1d014a516bfa3..6362499ace1fec6eacb5667af178078d42244238 100644
|
| --- a/chrome/browser/notifications/notification_browsertest.cc
|
| +++ b/chrome/browser/notifications/notification_browsertest.cc
|
| @@ -387,8 +387,7 @@ bool NotificationsTest::CheckOriginInSetting(
|
| }
|
|
|
| void NotificationsTest::DropOriginPreference(const GURL& origin) {
|
| - DesktopNotificationProfileUtil::ClearSetting(browser()->profile(),
|
| - ContentSettingsPattern::FromURLNoWildcard(origin));
|
| + DesktopNotificationProfileUtil::ClearSetting(browser()->profile(), origin);
|
| }
|
|
|
| // Flaky on Windows, Mac, Linux: http://crbug.com/437414.
|
|
|