Index: chrome/renderer/autofill/password_autofill_manager.h |
diff --git a/chrome/renderer/autofill/password_autofill_manager.h b/chrome/renderer/autofill/password_autofill_manager.h |
index 254571a89d06645d7f3637a39e23d908999333c4..6f8a555e7108f89b6c737c2eafe83ef58613075c 100644 |
--- a/chrome/renderer/autofill/password_autofill_manager.h |
+++ b/chrome/renderer/autofill/password_autofill_manager.h |
@@ -50,6 +50,9 @@ class PasswordAutofillManager : public content::RenderViewObserver, |
// true when |node| is fillable by password Autofill. |
bool DidClearAutofillSelection(const WebKit::WebNode& node); |
+ // For browser side Password Manager. |
+ void HandleKeyDown(const WebKit::WebInputElement& node, int key_code); |
+ |
private: |
friend class PasswordAutofillManagerTest; |