diff options
author | scheib@chromium.org <scheib@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-10 00:03:12 +0000 |
---|---|---|
committer | scheib@chromium.org <scheib@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-10 00:03:12 +0000 |
commit | c36000e00d75b51321a18aff9260ee7f66f2b54e (patch) | |
tree | 0edd7507571527900e040bc9fccfb2c1411320e4 /chrome/browser/ui/fullscreen/fullscreen_controller_test.h | |
parent | b3a259b88b030ec2786bd13a7dc79a951d7e4fb7 (diff) | |
download | chromium_src-c36000e00d75b51321a18aff9260ee7f66f2b54e.zip chromium_src-c36000e00d75b51321a18aff9260ee7f66f2b54e.tar.gz chromium_src-c36000e00d75b51321a18aff9260ee7f66f2b54e.tar.bz2 |
Refactor Fullscreen Controller State Machine tests to Interactive tests and Unit Tests.
Previously the state machine tests ran only as unit tests, and were not verified against actual operating system window behavior.
R=yzshen, phajdan.jr
chrome/browser/ui/fullscreen/*,
chrome/test/base/in_process_browser_test.cc
TBR=ben
chrome/chrome_tests.gypi &
chrome/browser/ui/cocoa/browser_window_controller.mm
BUG=146666
Review URL: https://chromiumcodereview.appspot.com/11264021
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@167011 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/ui/fullscreen/fullscreen_controller_test.h')
-rw-r--r-- | chrome/browser/ui/fullscreen/fullscreen_controller_test.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/chrome/browser/ui/fullscreen/fullscreen_controller_test.h b/chrome/browser/ui/fullscreen/fullscreen_controller_test.h index eee66d9..cdc4730 100644 --- a/chrome/browser/ui/fullscreen/fullscreen_controller_test.h +++ b/chrome/browser/ui/fullscreen/fullscreen_controller_test.h @@ -51,8 +51,6 @@ class FullscreenControllerTest : public InProcessBrowserTest { bool IsFullscreenBubbleDisplayingButtons(); void AcceptCurrentFullscreenOrMouseLockRequest(); void DenyCurrentFullscreenOrMouseLockRequest(); - void AddTabAtIndexAndWait(int index, const GURL& url, - content::PageTransition transition); void GoBack(); void Reload(); static const char kFullscreenMouseLockHTML[]; |