Index: chrome/renderer/autofill/autofill_agent.h |
diff --git a/chrome/renderer/autofill/autofill_agent.h b/chrome/renderer/autofill/autofill_agent.h |
index d02a9031c0993b9789b95e69a924c7603fd39bd8..9a5c02fa02cee48186a3cc2ea59d0cb0bfcc0e20 100644 |
--- a/chrome/renderer/autofill/autofill_agent.h |
+++ b/chrome/renderer/autofill/autofill_agent.h |
@@ -110,6 +110,8 @@ class AutofillAgent : public content::RenderViewObserver, |
void OnSetAutofillActionPreview(); |
void OnClearPreviewedForm(); |
void OnSetNodeText(const string16& value); |
+ void OnPasswordHandleKeyDown(int key_code); |
Ilya Sherman
2012/03/06 20:32:44
Hmm, why can't we just let the key event bubble na
csharp
2012/03/07 15:49:16
Done.
|
+ void OnPasswordAcceptAutofillSuggestion(const string16& value); |
// Called in a posted task by textFieldDidChange() to work-around a WebKit bug |
// http://bugs.webkit.org/show_bug.cgi?id=16976 |