summaryrefslogtreecommitdiffstats
path: root/chrome/test/in_process_browser_test.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/test/in_process_browser_test.h')
-rw-r--r--chrome/test/in_process_browser_test.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/test/in_process_browser_test.h b/chrome/test/in_process_browser_test.h
index 444519b..b71ca5c 100644
--- a/chrome/test/in_process_browser_test.h
+++ b/chrome/test/in_process_browser_test.h
@@ -149,6 +149,10 @@ class InProcessBrowserTest : public testing::Test {
// Quits all open browsers and waits until there are no more browsers.
void QuitBrowsers();
+ // Prepare command line that will be used to launch the child browser process
+ // with an in-process test.
+ void PrepareTestCommandLine(CommandLine* command_line);
+
// Browser created from CreateBrowser.
Browser* browser_;