| Index: chrome/browser/notifications/notification_interactive_uitest_support.cc
|
| diff --git a/chrome/browser/notifications/notification_interactive_uitest_support.cc b/chrome/browser/notifications/notification_interactive_uitest_support.cc
|
| index dec10196b3fa7a7087650caeaac3dd894ada5447..ed5f7330bfa7d07ecda6d294eb27be3dda3c640c 100644
|
| --- a/chrome/browser/notifications/notification_interactive_uitest_support.cc
|
| +++ b/chrome/browser/notifications/notification_interactive_uitest_support.cc
|
| @@ -123,8 +123,7 @@ void NotificationsTest::SetUpDefaultCommandLine(
|
| // Temporary change while the whole support class is changed to deal
|
| // with native notifications. crbug.com/714679
|
| #if BUILDFLAG(ENABLE_NATIVE_NOTIFICATIONS)
|
| - command_line->AppendSwitchASCII(switches::kDisableFeatures,
|
| - features::kNativeNotifications.name);
|
| + feature_list_.InitAndDisableFeature(features::kNativeNotifications);
|
| #endif // BUILDFLAG(ENABLE_NATIVE_NOTIFICATIONS)
|
| }
|
|
|
|
|