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

Unified Diff: chrome/renderer/autofill/password_autofill_manager.h

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.h
diff --git a/chrome/renderer/autofill/password_autofill_manager.h b/chrome/renderer/autofill/password_autofill_manager.h
index bdd91c5675dc21f36581fcf265a25c3a232a9d77..e4074830ccffc703b369f2548231c16c7b8a92db 100644
--- a/chrome/renderer/autofill/password_autofill_manager.h
+++ b/chrome/renderer/autofill/password_autofill_manager.h
@@ -72,6 +72,7 @@ class PasswordAutofillManager : public content::RenderViewObserver,
virtual bool InputElementClicked(const WebKit::WebInputElement& element,
bool was_focused,
bool is_focused);
+ virtual bool InputElementLostFocus();
// RenderView IPC handlers:
void OnFillPasswordForm(const webkit_glue::PasswordFormFillData& form_data);

Powered by Google App Engine
This is Rietveld 408576698