Index: chrome/browser/ui/cocoa/autofill/autofill_dialog_window_controller.h |
diff --git a/chrome/browser/ui/cocoa/autofill/autofill_dialog_window_controller.h b/chrome/browser/ui/cocoa/autofill/autofill_dialog_window_controller.h |
index b68b904258dac97a72dad10a24348d3e24d394a4..7e760de605055cbd24be1620f0996b87c95a5947 100644 |
--- a/chrome/browser/ui/cocoa/autofill/autofill_dialog_window_controller.h |
+++ b/chrome/browser/ui/cocoa/autofill/autofill_dialog_window_controller.h |
@@ -11,7 +11,6 @@ |
#include "chrome/browser/ui/autofill/autofill_dialog_types.h" |
#import "chrome/browser/ui/cocoa/autofill/autofill_layout.h" |
-@class AutofillDialogWindowController; |
@class AutofillHeader; |
@class AutofillLoadingShieldController; |
@class AutofillMainContainer; |
@@ -76,9 +75,6 @@ class AutofillDialogCocoa; |
// until the next cycle of the runloop. |
- (void)requestRelayout; |
-// Cancels all previous requests to re-layout. |
-- (void)cancelRelayout; |
- |
// Validate data. If it is valid, notify the delegate that the user would |
// like to use the data. |
- (IBAction)accept:(id)sender; |