Index: chrome/browser/ui/cocoa/autofill/autofill_details_container.h |
diff --git a/chrome/browser/ui/cocoa/autofill/autofill_details_container.h b/chrome/browser/ui/cocoa/autofill/autofill_details_container.h |
index 0ef8181dad4f04c566e5bc8fa3854cd346e79284..760f31f49f42df539e366d029317e2e9b061b81d 100644 |
--- a/chrome/browser/ui/cocoa/autofill/autofill_details_container.h |
+++ b/chrome/browser/ui/cocoa/autofill/autofill_details_container.h |
@@ -26,6 +26,12 @@ class AutofillDialogController; |
// Designated initializer. |
- (id)initWithController:(autofill::AutofillDialogController*)controller; |
+// Determine preferred size for content. |
+- (NSSize)preferredSize; |
+ |
+// Layout contents according to preferredSize; |
+- (void)performLayout; |
+ |
// Retrieve the container for the specified |section|. |
- (AutofillSectionContainer*)sectionForId:(autofill::DialogSection)section; |