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

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

Issue 11567053: Fix test-running in --single-process mode. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years 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
diff --git a/chrome/test/base/in_process_browser_test.h b/chrome/test/base/in_process_browser_test.h
index de72dc2563dad4c5337264936a09a321c42cd351..33667bae2770e436d8ce31ce32eecdc0abdf4bca 100644
--- a/chrome/test/base/in_process_browser_test.h
+++ b/chrome/test/base/in_process_browser_test.h
@@ -188,9 +188,6 @@ class InProcessBrowserTest : public content::BrowserTestBase {
// Browser created from CreateBrowser.
Browser* browser_;
- // ContentRendererClient when running in single-process mode.
- scoped_ptr<content::ContentRendererClient> single_process_renderer_client_;
-
// Host resolver to use during the test.
scoped_refptr<net::RuleBasedHostResolverProc> host_resolver_;

Powered by Google App Engine
This is Rietveld 408576698