diff options
author | dmaclach@chromium.org <dmaclach@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-04 21:12:44 +0000 |
---|---|---|
committer | dmaclach@chromium.org <dmaclach@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-04 21:12:44 +0000 |
commit | f283d2cb1d259518850b0249e4bbc4d224552d24 (patch) | |
tree | 4950727331ae1451d69bcd4d5412d5a838ba14fe /chrome/browser/cocoa/bookmark_editor_controller.h | |
parent | 5370a4dd9c56a780eccbe57f27c61ffa7d94efe2 (diff) | |
download | chromium_src-f283d2cb1d259518850b0249e4bbc4d224552d24.zip chromium_src-f283d2cb1d259518850b0249e4bbc4d224552d24.tar.gz chromium_src-f283d2cb1d259518850b0249e4bbc4d224552d24.tar.bz2 |
Clean up bookmark_editor_controller to so that is closes consistently as both a standard window and as a sheet.
Get rid of an unneeded member variable.
Clean up unittest to use new CocoaTest, and to clean up its windows properly.
BUG=none
TEST=Open the bookmark editing window and edit bookmarks. Make sure to test with both OK and Cancel.
Review URL: http://codereview.chromium.org/361011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31000 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/cocoa/bookmark_editor_controller.h')
-rw-r--r-- | chrome/browser/cocoa/bookmark_editor_controller.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/browser/cocoa/bookmark_editor_controller.h b/chrome/browser/cocoa/bookmark_editor_controller.h index 1dd9067..055b7fd 100644 --- a/chrome/browser/cocoa/bookmark_editor_controller.h +++ b/chrome/browser/cocoa/bookmark_editor_controller.h @@ -34,7 +34,6 @@ scoped_nsobject<NSString> initialName_; scoped_nsobject<NSString> initialUrl_; - scoped_nsobject<BookmarkTreeBrowserCell> currentEditCell_; } - (id)initWithParentWindow:(NSWindow*)parentWindow |