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

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

Issue 22926033: Enable password saving for dynamic password forms (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: test added Created 7 years, 3 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/autofill_agent.h
diff --git a/components/autofill/content/renderer/autofill_agent.h b/components/autofill/content/renderer/autofill_agent.h
index 3f979bf95b38a4c9aca5c2d386479d9d9bb727f4..56db419778ef24690fd2df02ab7aa3440970663c 100644
--- a/components/autofill/content/renderer/autofill_agent.h
+++ b/components/autofill/content/renderer/autofill_agent.h
@@ -215,6 +215,9 @@ class AutofillAgent : public content::RenderViewObserver,
// Timestamp of first time forms are seen.
base::TimeTicks forms_seen_timestamp_;
+ // Pointer to the current topmost frame.
+ WebKit::WebFrame* topmost_frame_;
+
base::WeakPtrFactory<AutofillAgent> weak_ptr_factory_;
friend class PasswordAutofillAgentTest;

Powered by Google App Engine
This is Rietveld 408576698