| Index: chrome/browser/ui/cocoa/browser_window_controller_browsertest.mm
|
| diff --git a/chrome/browser/ui/cocoa/browser_window_controller_browsertest.mm b/chrome/browser/ui/cocoa/browser_window_controller_browsertest.mm
|
| index 4c4f9d98efbef99eaa562f49361e62b1f868b1d0..99300210a2b397b05fca0597c93d2d8b3cc3b7f1 100644
|
| --- a/chrome/browser/ui/cocoa/browser_window_controller_browsertest.mm
|
| +++ b/chrome/browser/ui/cocoa/browser_window_controller_browsertest.mm
|
| @@ -339,23 +339,6 @@ IN_PROC_BROWSER_TEST_F(BrowserWindowControllerTest,
|
| shouldSuppressTopInfoBarTip]);
|
| }
|
|
|
| -// Verify that AllowOverlappingViews is set while the history overlay is
|
| -// visible.
|
| -IN_PROC_BROWSER_TEST_F(BrowserWindowControllerTest,
|
| - AllowOverlappingViewsHistoryOverlay) {
|
| - content::WebContents* web_contents =
|
| - browser()->tab_strip_model()->GetActiveWebContents();
|
| - EXPECT_TRUE(web_contents->GetAllowOverlappingViews());
|
| -
|
| - base::scoped_nsobject<HistoryOverlayController> overlay(
|
| - [[HistoryOverlayController alloc] initForMode:kHistoryOverlayModeBack]);
|
| - [overlay showPanelForView:web_contents->GetNativeView()];
|
| - EXPECT_TRUE(web_contents->GetAllowOverlappingViews());
|
| -
|
| - overlay.reset();
|
| - EXPECT_TRUE(web_contents->GetAllowOverlappingViews());
|
| -}
|
| -
|
| // Tests that status bubble's base frame does move when devTools are docked.
|
| IN_PROC_BROWSER_TEST_F(BrowserWindowControllerTest,
|
| StatusBubblePositioning) {
|
|
|