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

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

Issue 89023003: [rAC, OSX] Fix dialog jankiness. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Review fixes. Created 7 years, 1 month 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_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;

Powered by Google App Engine
This is Rietveld 408576698