diff options
Diffstat (limited to 'chrome/browser/ui/fullscreen/fullscreen_controller_test.cc')
-rw-r--r-- | chrome/browser/ui/fullscreen/fullscreen_controller_test.cc | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/chrome/browser/ui/fullscreen/fullscreen_controller_test.cc b/chrome/browser/ui/fullscreen/fullscreen_controller_test.cc index da86e2a..7be9a0b 100644 --- a/chrome/browser/ui/fullscreen/fullscreen_controller_test.cc +++ b/chrome/browser/ui/fullscreen/fullscreen_controller_test.cc @@ -90,16 +90,6 @@ void FullscreenControllerTest::DenyCurrentFullscreenOrMouseLockRequest() { browser()->fullscreen_controller()->OnDenyFullscreenPermission(type); } -void FullscreenControllerTest::AddTabAtIndexAndWait(int index, const GURL& url, - content::PageTransition transition) { - content::TestNavigationObserver observer( - content::NotificationService::AllSources(), NULL, 1); - - AddTabAtIndex(index, url, transition); - - observer.Wait(); -} - void FullscreenControllerTest::GoBack() { content::TestNavigationObserver observer( content::NotificationService::AllSources(), NULL, 1); |