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

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

Issue 13264002: Requery the autofill server when forms and input fields are dynamically added. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 9 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/browser/autofill_manager.h
diff --git a/components/autofill/browser/autofill_manager.h b/components/autofill/browser/autofill_manager.h
index ad710681b3ff1e6bb0af7e20993aa32022a5df95..b5adc0ad4a98cc90ee400c51caf56496440ea9c1 100644
--- a/components/autofill/browser/autofill_manager.h
+++ b/components/autofill/browser/autofill_manager.h
@@ -238,7 +238,8 @@ class AutofillManager : public content::WebContentsObserver,
void OnFormsSeen(const std::vector<FormData>& forms,
const base::TimeTicks& timestamp,
- bool has_more_forms);
+ bool has_more_forms,
+ bool is_post_document_load);
void OnTextFieldDidChange(const FormData& form,
const FormFieldData& field,
const base::TimeTicks& timestamp);

Powered by Google App Engine
This is Rietveld 408576698