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

Unified Diff: chrome/browser/ui/cocoa/autofill/autofill_section_container.h

Issue 25358002: [rAC, OSX] Stop suggestions/inputs from flickering (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove bad DCHECK. Created 7 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
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.

Powered by Google App Engine
This is Rietveld 408576698