Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3055)

Unified Diff: chrome/browser/ui/tests/browser_uitest.cc

Issue 9702055: Automated tests for full screen & mouse lock M16 features (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: FileURL & BrowserTest compilation fixes Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/ui/tests/browser_uitest.cc
diff --git a/chrome/browser/ui/tests/browser_uitest.cc b/chrome/browser/ui/tests/browser_uitest.cc
index 4c23a46b962d7a519e8d68e90d2e823c544c7b37..26c510a63494cfb5df952f4dc600d35aa221f6f1 100644
--- a/chrome/browser/ui/tests/browser_uitest.cc
+++ b/chrome/browser/ui/tests/browser_uitest.cc
@@ -28,9 +28,6 @@
namespace {
-class BrowserTest : public UITest {
-};
-
class VisibleBrowserTest : public UITest {
protected:
VisibleBrowserTest() : UITest() {
@@ -42,7 +39,7 @@ class VisibleBrowserTest : public UITest {
// The browser should quit quickly if it receives a WM_ENDSESSION message
// on Windows, or SIGTERM on posix.
-TEST_F(BrowserTest, SessionEnd) {
+TEST_F(UITest, SessionEnd) {
sky 2012/03/22 22:48:10 Leave this as BrowserTest. If you're annoyed by th
scheib 2012/03/26 23:30:46 There is a name conflict because BrowserTest is no
FilePath test_file(test_data_directory_);
test_file = test_file.AppendASCII("title1.html");

Powered by Google App Engine
This is Rietveld 408576698