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

Unified Diff: chrome/renderer/autofill/password_autofill_manager.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: Fix issue with gaining focus with tab 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/password_autofill_manager.cc
diff --git a/chrome/renderer/autofill/password_autofill_manager.cc b/chrome/renderer/autofill/password_autofill_manager.cc
index 0a0bc531a2d3a2c3a18683febfb7e9436d368bc4..c2aa11b932647edaf0212220973945bfd4aeffb8 100644
--- a/chrome/renderer/autofill/password_autofill_manager.cc
+++ b/chrome/renderer/autofill/password_autofill_manager.cc
@@ -405,6 +405,10 @@ bool PasswordAutofillManager::InputElementClicked(
return false;
}
+bool PasswordAutofillManager::InputElementLostFocus() {
+ return false;
+}
+
void PasswordAutofillManager::OnFillPasswordForm(
const webkit_glue::PasswordFormFillData& form_data) {
FormElementsList forms;

Powered by Google App Engine
This is Rietveld 408576698