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 769ffaa763d6b2adc00a0c7c929d2be897f53587..62dee8c01ff319874d722608b8c3d57e2bbdd2bf 100644 |
--- a/chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc |
+++ b/chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc |
@@ -3150,22 +3150,6 @@ TEST_F(AutofillDialogControllerTest, IconReservedForCreditCardField) { |
} |
} |
-TEST_F(AutofillDialogControllerTest, NoPartiallySupportedCountriesSuggested) { |
- SwitchToAutofill(); |
- |
- std::string partially_supported_country = "KR"; |
- ASSERT_FALSE(i18ninput::CountryIsFullySupported(partially_supported_country)); |
- ASSERT_FALSE(controller()->MenuModelForSection(SECTION_BILLING)); |
- |
- AutofillProfile verified_profile(test::GetVerifiedProfile()); |
- verified_profile.SetRawInfo(ADDRESS_HOME_COUNTRY, |
- ASCIIToUTF16(partially_supported_country)); |
- controller()->GetTestingManager()->AddTestingProfile(&verified_profile); |
- |
- EXPECT_FALSE( |
- controller()->SuggestionStateForSection(SECTION_BILLING).visible); |
-} |
- |
TEST_F(AutofillDialogControllerTest, CountryChangeUpdatesSection) { |
TestAutofillDialogView* view = controller()->GetView(); |
view->ClearSectionUpdates(); |