diff options
Diffstat (limited to 'chrome/test/in_process_browser_test.h')
-rw-r--r-- | chrome/test/in_process_browser_test.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/chrome/test/in_process_browser_test.h b/chrome/test/in_process_browser_test.h index 457516e..89de9b9 100644 --- a/chrome/test/in_process_browser_test.h +++ b/chrome/test/in_process_browser_test.h @@ -12,9 +12,6 @@ class Browser; class Profile; -namespace net { -class RuleBasedHostMapper; -} // Base class for tests wanting to bring up a browser in the unit test process. // Writing tests with InProcessBrowserTest is slightly different than that of @@ -67,11 +64,6 @@ class InProcessBrowserTest : public testing::Test, public NotificationObserver { // Override this rather than TestBody. virtual void RunTestOnMainThread() = 0; - // Allows subclasses to configure the host mapper. By default this blocks - // requests to google.com as Chrome pings that on startup and we don't want to - // do that during testing. - virtual void ConfigureHostMapper(net::RuleBasedHostMapper* host_mapper); - // Starts an HTTP server. HTTPTestServer* StartHTTPServer(); |