Index: components/autofill/core/browser/autofill_external_delegate.h |
diff --git a/components/autofill/core/browser/autofill_external_delegate.h b/components/autofill/core/browser/autofill_external_delegate.h |
index b1e41110b95005bbc591906b6a08334ac6775ea7..36a511a5728fc2d92766fa3e34c1b8772afb0848 100644 |
--- a/components/autofill/core/browser/autofill_external_delegate.h |
+++ b/components/autofill/core/browser/autofill_external_delegate.h |
@@ -152,6 +152,10 @@ class AutofillExternalDelegate |
base::WeakPtrFactory<AutofillExternalDelegate> weak_ptr_factory_; |
+ // Whether the access Address Book prompt has ever been shown for the current |
+ // |query_form_|. This variable is only used on OSX. |
+ bool has_shown_address_book_prompt; |
+ |
DISALLOW_COPY_AND_ASSIGN(AutofillExternalDelegate); |
}; |