summaryrefslogtreecommitdiffstats
path: root/chrome/browser/cocoa/bookmark_bubble_controller.mm
diff options
context:
space:
mode:
authordmaclach@chromium.org <dmaclach@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-11-14 16:09:06 +0000
committerdmaclach@chromium.org <dmaclach@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-11-14 16:09:06 +0000
commit1f98739a6ce90232c5236fae59879e8c93662935 (patch)
tree99fd8c7a391692063bb519d46acaeeda25b6c95a /chrome/browser/cocoa/bookmark_bubble_controller.mm
parentfb6d6d57e76098ea1028a9591add0a5724c20818 (diff)
downloadchromium_src-1f98739a6ce90232c5236fae59879e8c93662935.zip
chromium_src-1f98739a6ce90232c5236fae59879e8c93662935.tar.gz
chromium_src-1f98739a6ce90232c5236fae59879e8c93662935.tar.bz2
Makes InfoBubbleWindow close animations work correctly with regards to
activating other windows post-close correctly. BUG=27711 TEST=See repro steps in bug. Review URL: http://codereview.chromium.org/385119 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32006 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/cocoa/bookmark_bubble_controller.mm')
-rw-r--r--chrome/browser/cocoa/bookmark_bubble_controller.mm3
1 files changed, 1 insertions, 2 deletions
diff --git a/chrome/browser/cocoa/bookmark_bubble_controller.mm b/chrome/browser/cocoa/bookmark_bubble_controller.mm
index 29ca864..2c95fa5 100644
--- a/chrome/browser/cocoa/bookmark_bubble_controller.mm
+++ b/chrome/browser/cocoa/bookmark_bubble_controller.mm
@@ -82,9 +82,8 @@
// Shows the bookmark editor sheet for more advanced editing.
- (void)showEditor {
- [self updateBookmarkNode];
+ [self ok:nil];
[delegate_ editBookmarkNode:node_];
- [self close];
}
- (IBAction)edit:(id)sender {