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

Unified Diff: components/autofill/ios/browser/js_autofill_manager.h

Issue 1248463002: Eliminate the use of autofill::REQUIRE_AUTOCOMPLETE [step 3 of 3]. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 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/ios/browser/js_autofill_manager.h
diff --git a/components/autofill/ios/browser/js_autofill_manager.h b/components/autofill/ios/browser/js_autofill_manager.h
index 53b7437eea3de3288ee9037d54a37e7498590a26..6ef2f800d4c05801e9b3c2e4574da482eb2d23a8 100644
--- a/components/autofill/ios/browser/js_autofill_manager.h
+++ b/components/autofill/ios/browser/js_autofill_manager.h
@@ -23,15 +23,6 @@
completionHandler:
(void (^)(NSString*))completionHandler;
-// TODO(jdonnelly): Remove this as soon as the downstream code stops using it.
-// Extracts forms from a web page. Only forms with at least |requiredFields|
-// fields and the appropriate attribute requirements are extracted.
-// |completionHandler| is called with the JSON string of forms of a web page.
-// |completionHandler| cannot be nil.
-- (void)fetchFormsWithRequirements:(autofill::RequirementsMask)requirements
- minimumRequiredFieldsCount:(NSUInteger)requiredFieldsCount
- completionHandler:(void (^)(NSString*))completionHandler;
-
// Stores the current active element. This is used to make the element active
// again in case the web view loses focus when a dialog is presented over it.
- (void)storeActiveElement;
« no previous file with comments | « components/autofill/core/common/autofill_constants.h ('k') | components/autofill/ios/browser/js_autofill_manager.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698