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

Unified Diff: components/autofill/content/renderer/password_autofill_agent.h

Issue 1159143002: Add a basic functionality to the force-saving menu item. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added stub methods. Created 5 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/content/renderer/password_autofill_agent.h
diff --git a/components/autofill/content/renderer/password_autofill_agent.h b/components/autofill/content/renderer/password_autofill_agent.h
index 9e82bcd73bcb3020350ee07e0bca65c4d9db958d..c88def99a4f70d307b020e154e047ea4f456bdfe 100644
--- a/components/autofill/content/renderer/password_autofill_agent.h
+++ b/components/autofill/content/renderer/password_autofill_agent.h
@@ -183,6 +183,7 @@ class PasswordAutofillAgent : public content::RenderFrameObserver {
void OnSetLoggingState(bool active);
void OnAutofillUsernameAndPasswordDataReceived(
const FormsPredictionsMap& predictions);
+ void OnFindFocusedPasswordForm();
// Scans the given frame for password forms and sends them up to the browser.
// If |only_visible| is true, only forms visible in the layout are sent.

Powered by Google App Engine
This is Rietveld 408576698