Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(289)

Unified Diff: chrome/browser/cocoa/bookmark_editor_controller.mm

Issue 171016: Bookmark STAR bubble (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/cocoa/bookmark_editor_controller.mm
===================================================================
--- chrome/browser/cocoa/bookmark_editor_controller.mm (revision 23676)
+++ chrome/browser/cocoa/bookmark_editor_controller.mm (working copy)
@@ -10,11 +10,6 @@
#include "chrome/browser/profile.h"
#import "chrome/browser/cocoa/bookmark_editor_controller.h"
-@interface BookmarkEditorController(Private)
-// Run the bookmark editor as a modal sheet. Does not block.
-- (void)runModal;
-@end
-
// static; implemented for each platform.
void BookmarkEditor::Show(gfx::NativeView parent_hwnd,
Profile* profile,
@@ -30,7 +25,7 @@
node:node
configuration:configuration
handler:handler];
- [controller runModal];
+ [controller runAsModalSheet];
}
@@ -107,7 +102,7 @@
*/
// TODO(jrg): consider NSModalSession.
-- (void)runModal {
+- (void)runAsModalSheet {
[NSApp beginSheet:[self window]
modalForWindow:parentWindow_
modalDelegate:self
« no previous file with comments | « chrome/browser/cocoa/bookmark_editor_controller.h ('k') | chrome/browser/cocoa/bookmark_name_folder_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698