| Index: components/autofill/core/browser/autofill_manager.h
|
| diff --git a/components/autofill/core/browser/autofill_manager.h b/components/autofill/core/browser/autofill_manager.h
|
| index 4b906a5a8f65aea79ea8c5802c8e643a147b3304..c6fa65ff6affd6784d6be702a40ab15ebabc3bb1 100644
|
| --- a/components/autofill/core/browser/autofill_manager.h
|
| +++ b/components/autofill/core/browser/autofill_manager.h
|
| @@ -574,33 +574,9 @@ class AutofillManager : public AutofillDownloadManager::Observer,
|
| UserHappinessFormLoadAndSubmission);
|
| FRIEND_TEST_ALL_PREFIXES(AutofillMetricsTest, UserHappinessFormInteraction);
|
| FRIEND_TEST_ALL_PREFIXES(AutofillManagerTest,
|
| - FormSubmittedAutocompleteEnabled);
|
| - FRIEND_TEST_ALL_PREFIXES(AutofillManagerTest,
|
| OnLoadedServerPredictions);
|
| FRIEND_TEST_ALL_PREFIXES(AutofillManagerTest,
|
| OnLoadedServerPredictions_ResetManager);
|
| - FRIEND_TEST_ALL_PREFIXES(AutofillManagerTest,
|
| - AutocompleteSuggestions_SomeWhenAutofillDisabled);
|
| - FRIEND_TEST_ALL_PREFIXES(AutofillManagerTest,
|
| - AutocompleteSuggestions_SomeWhenAutofillEmpty);
|
| - FRIEND_TEST_ALL_PREFIXES(AutofillManagerTest,
|
| - AutocompleteSuggestions_NoneWhenAutofillPresent);
|
| - FRIEND_TEST_ALL_PREFIXES(
|
| - AutofillManagerTest,
|
| - AutocompleteSuggestions_CreditCardNameFieldShouldAutocomplete);
|
| - FRIEND_TEST_ALL_PREFIXES(
|
| - AutofillManagerTest,
|
| - AutocompleteSuggestions_CreditCardNumberShouldNotAutocomplete);
|
| - FRIEND_TEST_ALL_PREFIXES(
|
| - AutofillManagerTest,
|
| - AutocompleteSuggestions_AutofillDisabledAndFieldShouldNotAutocomplete);
|
| - FRIEND_TEST_ALL_PREFIXES(
|
| - AutofillManagerTest,
|
| - AutocompleteSuggestions_NoneWhenAutofillEmptyFieldShouldNotAutocomplete);
|
| - FRIEND_TEST_ALL_PREFIXES(AutofillManagerTest,
|
| - AutocompleteOffRespectedForAutocomplete);
|
| - FRIEND_TEST_ALL_PREFIXES(AutofillManagerTest,
|
| - DontSaveCvcInAutocompleteHistory);
|
| FRIEND_TEST_ALL_PREFIXES(AutofillManagerTest, DontOfferToSavePaymentsCard);
|
| FRIEND_TEST_ALL_PREFIXES(AutofillManagerTest, FillInUpdatedExpirationDate);
|
| DISALLOW_COPY_AND_ASSIGN(AutofillManager);
|
|
|