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

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

Issue 667043002: Add a flag to ignore autocomplete="off" for Autofill. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git/+/master
Patch Set: fix MSVC error C4373 Created 6 years, 2 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
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 cdbb62537aaf3b61bc5f4207075634a90683144d..58058c7b57cdc084d1aadb1e0a7a22bcb3d43a59 100644
--- a/components/autofill/core/browser/autofill_manager.h
+++ b/components/autofill/core/browser/autofill_manager.h
@@ -372,6 +372,10 @@ class AutofillManager : public AutofillDownloadManager::Observer {
FRIEND_TEST_ALL_PREFIXES(AutofillMetricsTest, UserHappinessFormInteraction);
FRIEND_TEST_ALL_PREFIXES(AutofillManagerTest,
FormSubmittedAutocompleteEnabled);
+ FRIEND_TEST_ALL_PREFIXES(AutofillManagerTest,
+ AutocompleteOffRespected);
+ FRIEND_TEST_ALL_PREFIXES(AutofillManagerTest,
+ AutocompleteOffRespectedWithFlag);
DISALLOW_COPY_AND_ASSIGN(AutofillManager);
};

Powered by Google App Engine
This is Rietveld 408576698