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

Unified Diff: chrome/renderer/autofill/autofill_agent.h

Issue 11348273: [autofill] Fill in values on a successful run of interactive autocomplete. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: jhawkins@ review Created 8 years, 1 month 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 | « chrome/common/form_data.cc ('k') | chrome/renderer/autofill/autofill_agent.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/autofill/autofill_agent.h
diff --git a/chrome/renderer/autofill/autofill_agent.h b/chrome/renderer/autofill/autofill_agent.h
index f7207c509511b915d7bde30a9dae142b68cb8775..b21a519d6c418495e9799e7ee35423c5f7c4cf2e 100644
--- a/chrome/renderer/autofill/autofill_agent.h
+++ b/chrome/renderer/autofill/autofill_agent.h
@@ -112,7 +112,11 @@ class AutofillAgent : public content::RenderViewObserver,
void OnAcceptPasswordAutofillSuggestion(const string16& value);
// For interactive autocomplete.
- void OnRequestAutocompleteFinished(
+ void OnRequestAutocompleteSuccess(const FormData& form_data);
+ void OnRequestAutocompleteError();
+
+ // Called when an autocomplete request succeeds or fails with the |result|.
+ void FinishAutocompleteRequest(
WebKit::WebFormElement::AutocompleteResult result);
// Called in a posted task by textFieldDidChange() to work-around a WebKit bug
« no previous file with comments | « chrome/common/form_data.cc ('k') | chrome/renderer/autofill/autofill_agent.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698