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

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
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_;

Powered by Google App Engine
This is Rietveld 408576698