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 24a7aa9099f7f7e37200b66cc1db11d9f4b64e14..b73147375638dbb81d31c5ad6056da1b5107c1e9 100644 |
--- a/components/autofill/content/renderer/password_autofill_agent.h |
+++ b/components/autofill/content/renderer/password_autofill_agent.h |
@@ -64,6 +64,9 @@ class PasswordAutofillAgent : public content::RenderViewObserver { |
virtual bool OriginCanAccessPasswordManager( |
const blink::WebSecurityOrigin& origin); |
+ // Only for tests. |
+ bool logging_state_active() const { return logging_state_active_; } |
+ |
private: |
friend class PasswordAutofillAgentTest; |