| Index: chrome/browser/ui/cocoa/framed_browser_window_unittest.mm
|
| diff --git a/chrome/browser/ui/cocoa/framed_browser_window_unittest.mm b/chrome/browser/ui/cocoa/framed_browser_window_unittest.mm
|
| index ddb046142bf06980f80c9fe33f8d89797db0773c..a5d342e5e19712a21d695212dabbdc3459832301 100644
|
| --- a/chrome/browser/ui/cocoa/framed_browser_window_unittest.mm
|
| +++ b/chrome/browser/ui/cocoa/framed_browser_window_unittest.mm
|
| @@ -77,8 +77,7 @@ TEST_F(FramedBrowserWindowTest, ShowAndClose) {
|
| }
|
|
|
| // Test that undocumented title-hiding API we're using does the job.
|
| -// TODO(crbug.com/655112): Fails on Mac 10.11 Tests.
|
| -TEST_F(FramedBrowserWindowTest, DISABLED_DoesHideTitle) {
|
| +TEST_F(FramedBrowserWindowTest, DoesHideTitle) {
|
| // The -display calls are not strictly necessary, but they do
|
| // make it easier to see what's happening when debugging (without
|
| // them the changes are never flushed to the screen).
|
|
|