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

Unified Diff: chrome/test/in_process_browser_test.h

Issue 6596020: Reorganize CommandLine code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address comments. Created 9 years, 10 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
« no previous file with comments | « base/command_line.cc ('k') | chrome/test/in_process_browser_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/in_process_browser_test.h
diff --git a/chrome/test/in_process_browser_test.h b/chrome/test/in_process_browser_test.h
index ad828908a38af0293f452a95603a5c1297fe6c27..051e027acee6d97f0bf55317e5c5c31d7f8ef739 100644
--- a/chrome/test/in_process_browser_test.h
+++ b/chrome/test/in_process_browser_test.h
@@ -200,14 +200,6 @@ class InProcessBrowserTest : public testing::Test {
// Whether this test requires the TabCloseableStateWatcher.
bool tab_closeable_state_watcher_enabled_;
- // We muck with the global command line for this process. Keep the original
- // so we can reset it when we're done. This matters when running the browser
- // tests in "single process" (all tests in one process) mode.
- scoped_ptr<CommandLine> original_command_line_;
-
- // Saved to restore the value of RenderProcessHost::run_renderer_in_process.
- bool original_single_process_;
-
// Host resolver to use during the test.
scoped_refptr<net::RuleBasedHostResolverProc> host_resolver_;
« no previous file with comments | « base/command_line.cc ('k') | chrome/test/in_process_browser_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698