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

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

Issue 15660018: [autofill] Add support for PSL domain matching for password autofill. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed compile error for browsertests Created 7 years, 7 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/renderer/autofill_agent.h
diff --git a/components/autofill/renderer/autofill_agent.h b/components/autofill/renderer/autofill_agent.h
index 7d882b14ca38ca72d43eb5849e384c847ee27619..acbab9a432d6a2c7b0bf1766df3707a91a5c0791 100644
--- a/components/autofill/renderer/autofill_agent.h
+++ b/components/autofill/renderer/autofill_agent.h
@@ -74,9 +74,11 @@ class AutofillAgent : public content::RenderViewObserver,
virtual void FocusedNodeChanged(const WebKit::WebNode& node) OVERRIDE;
// PageClickListener:
- virtual void InputElementClicked(const WebKit::WebInputElement& element,
- bool was_focused,
- bool is_focused) OVERRIDE;
+ virtual void InputElementClicked(
+ const WebKit::WebInputElement& element,
+ bool was_focused,
+ bool is_focused,
+ InputEventSource input_event_source) OVERRIDE;
virtual void InputElementLostFocus() OVERRIDE;
// WebKit::WebAutofillClient:

Powered by Google App Engine
This is Rietveld 408576698