| Index: chrome/browser/cocoa/bookmark_bar_controller.mm
|
| ===================================================================
|
| --- chrome/browser/cocoa/bookmark_bar_controller.mm (revision 42225)
|
| +++ chrome/browser/cocoa/bookmark_bar_controller.mm (working copy)
|
| @@ -1633,7 +1633,9 @@
|
| }
|
|
|
| - (void)beingDeleted:(BookmarkModel*)model {
|
| - [self clearBookmarkBar];
|
| + // The browser may be being torn down; little is safe to do. As an
|
| + // example, it may not be safe to clear the pasteboard.
|
| + // http://crbug.com/38665
|
| }
|
|
|
| // TODO(jrg): for now this is brute force.
|
|
|