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 672b2d63d18955557b72fa32fb7a86cbb7f57b67..f81771162bd5cb6517abfd1fee1c9cd93342c582 100644 |
--- a/components/autofill/core/browser/autofill_external_delegate.h |
+++ b/components/autofill/core/browser/autofill_external_delegate.h |
@@ -142,6 +142,12 @@ class AutofillExternalDelegate |
std::vector<base::string16> data_list_values_; |
std::vector<base::string16> data_list_labels_; |
+#if defined(OS_MACOSX) |
+ // If this property is set, then the autofill popup should be immediately |
+ // redisplayed when the text field loses focus. |
+ bool redisplay_autofill_; |
Ilya Sherman
2014/05/22 15:13:59
nit: Perhaps "redisplay_popop_on_focus_lost_" or s
erikchen
2014/05/22 20:40:59
I've changed the property name to your suggestion.
|
+#endif |
+ |
base::WeakPtrFactory<AutofillExternalDelegate> weak_ptr_factory_; |
DISALLOW_COPY_AND_ASSIGN(AutofillExternalDelegate); |