| Index: chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc
|
| diff --git a/chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc b/chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc
|
| index 98a6e04a68e40a9b364cc04836ff7e53b3231c48..e43712d71ae96d491a2be966e45878c1c4139972 100644
|
| --- a/chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc
|
| +++ b/chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc
|
| @@ -2170,15 +2170,9 @@ TEST_F(AutofillDialogControllerTest, NotProdNotification) {
|
| "",
|
| command_line->GetSwitchValueASCII(switches::kWalletServiceUseSandbox));
|
|
|
| -#if defined(OS_MACOSX)
|
| - // Default on Mac is to use sandbox (which shows a warning).
|
| - EXPECT_EQ(1U,
|
| - NotificationsOfType(DialogNotification::DEVELOPER_WARNING).size());
|
| -#else
|
| - // Default everywhere else is to use prod (no warning).
|
| + // Default everywhere is to use prod (no warning).
|
| EXPECT_EQ(0U,
|
| NotificationsOfType(DialogNotification::DEVELOPER_WARNING).size());
|
| -#endif
|
|
|
| command_line->AppendSwitchASCII(switches::kWalletServiceUseSandbox, "1");
|
| EXPECT_EQ(1U,
|
|
|