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

Unified Diff: chrome/browser/search/suggestions/image_fetcher_impl_browsertest.cc

Issue 2957983002: Remove pointless InProcessBrowserTest calls. (Closed)
Patch Set: build Created 3 years, 6 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/search/suggestions/image_fetcher_impl_browsertest.cc
diff --git a/chrome/browser/search/suggestions/image_fetcher_impl_browsertest.cc b/chrome/browser/search/suggestions/image_fetcher_impl_browsertest.cc
index 1d830578ce0737d7011ab8bf92c7e524c6718549..faa7bedb1715fa64ec9fa61edb44c383af3e586c 100644
--- a/chrome/browser/search/suggestions/image_fetcher_impl_browsertest.cc
+++ b/chrome/browser/search/suggestions/image_fetcher_impl_browsertest.cc
@@ -72,7 +72,6 @@ class ImageFetcherImplBrowserTest : public InProcessBrowserTest {
void SetUpInProcessBrowserTestFixture() override {
ASSERT_TRUE(test_server_.Start());
- InProcessBrowserTest::SetUpInProcessBrowserTestFixture();
}
ImageFetcherImpl* CreateImageFetcher() {
@@ -113,6 +112,7 @@ class ImageFetcherImplBrowserTest : public InProcessBrowserTest {
net::EmbeddedTestServer test_server_;
TestImageFetcherDelegate delegate_;
+ private:
DISALLOW_COPY_AND_ASSIGN(ImageFetcherImplBrowserTest);
};

Powered by Google App Engine
This is Rietveld 408576698