Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mac: Fix BookmarkBarControllerTest.TestClearOnDealloc on Yosemite.
In Yosemite, the owner of a nib file is retain/autoreleased during the initialization of the nib. I wrapped the constructor of the BookmarkBarController in an @autoreleasepool block to allow the test to control the destruction timing of the BookmarkBarController. BUG=390276 Review URL: https://codereview.chromium.org/660063004 Cr-Commit-Position: refs/heads/master@{#300312}
- Loading branch information