Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(54)

Unified Diff: components/autofill/core/browser/autofill_manager.h

Issue 2211193002: Disable autocomplete with unknown autocomplete attribute value. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed nits Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | components/autofill/core/browser/autofill_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « no previous file | components/autofill/core/browser/autofill_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698