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

Unified Diff: chrome/browser/ui/cocoa/constrained_window/constrained_window_sheet.h

Issue 1430023002: Enable AutoResize for Constrained Web Dialogs for Mac. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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/constrained_window/constrained_window_sheet.h
diff --git a/chrome/browser/ui/cocoa/constrained_window/constrained_window_sheet.h b/chrome/browser/ui/cocoa/constrained_window/constrained_window_sheet.h
index 45495564d8e55d7fbe4e56f0dd0cc0c2d22e6ad3..2a2fb08ccf6a0cbaf1c126e04d45229e02da9c7c 100644
--- a/chrome/browser/ui/cocoa/constrained_window/constrained_window_sheet.h
+++ b/chrome/browser/ui/cocoa/constrained_window/constrained_window_sheet.h
@@ -24,6 +24,8 @@
- (void)updateSheetPosition;
+- (void)ResizeWithNewSize:(NSSize)size;
erikchen 2015/11/11 21:22:30 nit: s/Resize/resize/
apacible 2015/11/12 02:02:24 Done.
+
@property(readonly, nonatomic) NSWindow* sheetWindow;
@end

Powered by Google App Engine
This is Rietveld 408576698