| Index: chrome/browser/ui/cocoa/bookmarks/bookmark_editor_base_controller.h
|
| diff --git a/chrome/browser/ui/cocoa/bookmarks/bookmark_editor_base_controller.h b/chrome/browser/ui/cocoa/bookmarks/bookmark_editor_base_controller.h
|
| index 59145999ecacf2394c19b3364db23f46ceb0722c..0c336eb12a7e2268ccd9f6e58c2635fdeb2e876f 100644
|
| --- a/chrome/browser/ui/cocoa/bookmarks/bookmark_editor_base_controller.h
|
| +++ b/chrome/browser/ui/cocoa/bookmarks/bookmark_editor_base_controller.h
|
| @@ -69,6 +69,8 @@ class BookmarkModel;
|
| title:(const base::string16&)title
|
| configuration:(BookmarkEditor::Configuration)configuration;
|
|
|
| +- (void)windowWillClose:(NSNotification*)notification;
|
| +
|
| // Override to customize the touch bar.
|
| - (NSTouchBar*)makeTouchBar;
|
|
|
|
|