Index: chrome/test/ui/ui_test.h |
=================================================================== |
--- chrome/test/ui/ui_test.h (revision 66188) |
+++ chrome/test/ui/ui_test.h (working copy) |
@@ -423,6 +423,10 @@ |
bool wait, |
base::ProcessHandle* process); |
+ // Prepare command line that will be used to launch the child browser process |
+ // with an UI test. |
+ void PrepareTestCommandline(CommandLine* arguments); |
+ |
// We want to have a current history database when we start the browser so |
// things like the NTP will have thumbnails. This method updates the dates |
// in the history to be more recent. |