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

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: more fixes. you get the drill. 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 fae3984f14f74c1fdfcfe5e68ed54ed7e39cad0b..b43484b8f673e6082218429c68627694331e4791 100644
--- a/components/autofill/browser/autofill_manager.h
+++ b/components/autofill/browser/autofill_manager.h
@@ -30,6 +30,7 @@
#include "components/autofill/browser/personal_data_manager.h"
#include "components/autofill/common/autocheckout_status.h"
#include "components/autofill/common/form_data.h"
+#include "components/autofill/common/forms_seen_param.h"
#include "content/public/browser/web_contents_observer.h"
#include "content/public/common/ssl_status.h"
#include "third_party/WebKit/Source/WebKit/chromium/public/WebFormElement.h"
@@ -239,7 +240,7 @@ class AutofillManager : public content::WebContentsObserver,
void OnFormsSeen(const std::vector<FormData>& forms,
const base::TimeTicks& timestamp,
- bool has_more_forms);
+ autofill::FormsSeenParam param);
Ilya Sherman 2013/04/06 00:29:39 nit: "param" is probably the most generic name you
void OnTextFieldDidChange(const FormData& form,
const FormFieldData& field,
const base::TimeTicks& timestamp);

Powered by Google App Engine
This is Rietveld 408576698