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

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: estade@ 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
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..8c63d8ff4cc12c77bbfc71f5a8fbdd39b4139b44 100644
--- a/chrome/renderer/autofill/autofill_agent.h
+++ b/chrome/renderer/autofill/autofill_agent.h
@@ -112,8 +112,8 @@ class AutofillAgent : public content::RenderViewObserver,
void OnAcceptPasswordAutofillSuggestion(const string16& value);
// For interactive autocomplete.
- void OnRequestAutocompleteFinished(
- WebKit::WebFormElement::AutocompleteResult result);
+ void OnRequestAutocompleteSuccess(const FormData& form_data);
+ void OnRequestAutocompleteError();
// Called in a posted task by textFieldDidChange() to work-around a WebKit bug
// http://bugs.webkit.org/show_bug.cgi?id=16976

Powered by Google App Engine
This is Rietveld 408576698