Index: chrome/browser/ui/cocoa/bookmarks/bookmark_editor_base_controller.mm |
diff --git a/chrome/browser/ui/cocoa/bookmarks/bookmark_editor_base_controller.mm b/chrome/browser/ui/cocoa/bookmarks/bookmark_editor_base_controller.mm |
index 84305cd1ba64c6692f7e5f3afb6c58d0d884773c..21aacb5f9b7bc8fcdd3500e8afd748aa82461f77 100644 |
--- a/chrome/browser/ui/cocoa/bookmarks/bookmark_editor_base_controller.mm |
+++ b/chrome/browser/ui/cocoa/bookmarks/bookmark_editor_base_controller.mm |
@@ -285,8 +285,8 @@ class BookmarkEditorBaseControllerBridge |
// Lock down floating bar when in full-screen mode. Don't animate |
// otherwise the pane will be misplaced. |
[[BrowserWindowController browserWindowControllerForWindow:parentWindow_] |
- lockBarVisibilityForOwner:self |
- withAnimation:NO]; |
+ lockToolbarVisibilityForOwner:self |
+ withAnimation:NO]; |
[NSApp beginSheet:[self window] |
modalForWindow:parentWindow_ |
modalDelegate:self |
@@ -333,8 +333,8 @@ NSString* const kOkEnabledName = @"okEnabled"; |
contextInfo:(void*)contextInfo { |
[sheet close]; |
[[BrowserWindowController browserWindowControllerForWindow:parentWindow_] |
- releaseBarVisibilityForOwner:self |
- withAnimation:YES]; |
+ releaseToolbarVisibilityForOwner:self |
+ withAnimation:YES]; |
} |
- (void)windowWillClose:(NSNotification*)notification { |