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

Unified Diff: chrome/test/base/in_process_browser_test.h

Issue 10820007: Move all the layout tests that ran under browser_tests to run under content_browsertests. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: fix mac Created 8 years, 5 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/test/base/in_process_browser_test.h
===================================================================
--- chrome/test/base/in_process_browser_test.h (revision 148205)
+++ chrome/test/base/in_process_browser_test.h (working copy)
@@ -12,7 +12,6 @@
#include "content/public/common/page_transition_types.h"
#include "content/public/test/browser_test.h"
#include "content/test/browser_test_base.h"
-#include "net/test/test_server.h"
#include "testing/gtest/include/gtest/gtest.h"
#if defined(OS_CHROMEOS)
@@ -124,10 +123,6 @@
// BrowserTestBase:
virtual void RunTestOnMainThreadLoop() OVERRIDE;
- // Returns the testing server. Guaranteed to be non-NULL.
- const net::TestServer* test_server() const { return test_server_.get(); }
- net::TestServer* test_server() { return test_server_.get(); }
-
// Creates a browser with a single tab (about:blank), waits for the tab to
// finish loading and shows the browser.
//
@@ -195,9 +190,6 @@
// Browser created from CreateBrowser.
Browser* browser_;
- // Testing server, started on demand.
- scoped_ptr<net::TestServer> test_server_;
-
// ContentRendererClient when running in single-process mode.
scoped_ptr<content::ContentRendererClient> single_process_renderer_client_;

Powered by Google App Engine
This is Rietveld 408576698