diff options
Diffstat (limited to 'chrome/browser/cocoa/bookmark_editor_controller.h')
-rw-r--r-- | chrome/browser/cocoa/bookmark_editor_controller.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/browser/cocoa/bookmark_editor_controller.h b/chrome/browser/cocoa/bookmark_editor_controller.h index 742fbd1..4c80161 100644 --- a/chrome/browser/cocoa/bookmark_editor_controller.h +++ b/chrome/browser/cocoa/bookmark_editor_controller.h @@ -39,6 +39,9 @@ configuration:(BookmarkEditor::Configuration)configuration handler:(BookmarkEditor::Handler*)handler; +// Run the bookmark editor as a modal sheet. Does not block. +- (void)runAsModalSheet; + // Actions for the buttons at the bottom of the window. - (IBAction)newFolder:(id)sender; - (IBAction)cancel:(id)sender; |