| 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..6d10dcd5999ce4b3424297ab25c861868cee52d8 100644
|
| --- a/chrome/test/in_process_browser_test.h
|
| +++ b/chrome/test/in_process_browser_test.h
|
| @@ -200,11 +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_;
|
|
|
|
|