summaryrefslogtreecommitdiffstats
path: root/chrome/browser/cocoa/bookmark_bar_controller.mm
diff options
context:
space:
mode:
authorjrg@chromium.org <jrg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-08-20 21:24:29 +0000
committerjrg@chromium.org <jrg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-08-20 21:24:29 +0000
commit7b2b99405d3f5c413cae047291a8c75176f5850d (patch)
treeb41c5b940df10e7cc53676f25c3e6c7d2ffb7f69 /chrome/browser/cocoa/bookmark_bar_controller.mm
parent0b305d8786f0ed1c336cb4e78221ca564ba187f7 (diff)
downloadchromium_src-7b2b99405d3f5c413cae047291a8c75176f5850d.zip
chromium_src-7b2b99405d3f5c413cae047291a8c75176f5850d.tar.gz
chromium_src-7b2b99405d3f5c413cae047291a8c75176f5850d.tar.bz2
Bookmark STAR bubble.
BUG=http://crbug.com/14929 Sample image attached to bug. TEST=Click the STAR to add a bookmark. Watch bubble come up. Title is "Bookmark added!" Confirm fields are OK. Switch tabs and see bubble go away. Click STAR again. Watch bubble come up. Title is "Bookmark" Make sure all the buttons work (Edit, Close, Remove). Make sure you can change the title and parent folder. Make sure "Choose another folder..." opens edit window. Review URL: http://codereview.chromium.org/171016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@23886 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/cocoa/bookmark_bar_controller.mm')
-rw-r--r--chrome/browser/cocoa/bookmark_bar_controller.mm4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/cocoa/bookmark_bar_controller.mm b/chrome/browser/cocoa/bookmark_bar_controller.mm
index 1f64cf4..75e3441 100644
--- a/chrome/browser/cocoa/bookmark_bar_controller.mm
+++ b/chrome/browser/cocoa/bookmark_bar_controller.mm
@@ -411,9 +411,9 @@ const CGFloat kBookmarkHorizontalPadding = 1.0;
initWithParentWindow:[[self view] window]
profile:profile_
node:node];
- [controller runModal];
+ [controller runAsModalSheet];
- // runModal will run the window as a sheet. The
+ // runAsModalSheet will run the window as a sheet. The
// BookmarkNameFolderController will release itself when the sheet
// ends.
}