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

Unified Diff: components/autofill/core/browser/autofill_external_delegate.h

Issue 578383002: mac: Only show the access Address Book prompt a fixed number of times. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@autofill-contacts
Patch Set: Comments from isherman, round 2. Created 6 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
« no previous file with comments | « no previous file | components/autofill/core/browser/autofill_external_delegate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
};
« no previous file with comments | « no previous file | components/autofill/core/browser/autofill_external_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698