| 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;
|
|
|