Chromium Code Reviews| Index: chrome/test/ui/ui_test.h |
| =================================================================== |
| --- chrome/test/ui/ui_test.h (revision 65553) |
| +++ chrome/test/ui/ui_test.h (working copy) |
| @@ -423,6 +423,9 @@ |
| bool wait, |
| base::ProcessHandle* process); |
| + // Config commandlines that are common to only UI tests. |
| + void PrepareCommonUITestCommandline(CommandLine* arguments); |
|
Paweł Hajdan Jr.
2010/11/11 10:15:25
nit: Same here.
|
| + |
| // 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. |