Index: chrome/browser/ui/cocoa/autofill/autofill_section_container.h |
diff --git a/chrome/browser/ui/cocoa/autofill/autofill_section_container.h b/chrome/browser/ui/cocoa/autofill/autofill_section_container.h |
index a8c063c437206d91cca8b6d84080e63bf9407b39..af19070b6ecd10a781832d3bf1410554d9af5055 100644 |
--- a/chrome/browser/ui/cocoa/autofill/autofill_section_container.h |
+++ b/chrome/browser/ui/cocoa/autofill/autofill_section_container.h |
@@ -52,6 +52,10 @@ namespace autofill { |
// A delegate to handle display of validation messages. Not owned. |
id<AutofillValidationDisplay> validationDelegate_; |
+ // Indicate whether the dialog should show suggestions or manual inputs when |
+ // performLayout is triggered. |
+ BOOL showSuggestions_; |
+ |
base::scoped_nsobject<MenuController> menuController_; |
autofill::DialogSection section_; |
autofill::AutofillDialogViewDelegate* delegate_; // Not owned. |