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

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

Issue 8351009: Updating PageClickTracker to Notify listeners When Text Input Loses Focus. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Updating page_click_tracker_browser test Created 9 years, 2 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: chrome/renderer/autofill/autofill_agent.cc
diff --git a/chrome/renderer/autofill/autofill_agent.cc b/chrome/renderer/autofill/autofill_agent.cc
index c85f6e4143a31e97a1d43809c496b864b4f5b9ac..b530cd3a29eb49b9a0edda9735f823d077bafb36 100644
--- a/chrome/renderer/autofill/autofill_agent.cc
+++ b/chrome/renderer/autofill/autofill_agent.cc
@@ -126,6 +126,10 @@ bool AutofillAgent::InputElementClicked(const WebInputElement& element,
return false;
}
+bool AutofillAgent::InputElementLostFocus() {
+ return false;
+}
+
void AutofillAgent::didAcceptAutofillSuggestion(const WebNode& node,
const WebString& value,
const WebString& label,

Powered by Google App Engine
This is Rietveld 408576698