Chromium Code Reviews| Index: chrome/test/base/test_launcher_utils.h |
| diff --git a/chrome/test/base/test_launcher_utils.h b/chrome/test/base/test_launcher_utils.h |
| index 24bd23db5d47e015c3e114ce2c026aab6215dcf8..3f03dcc68c53d1222d7dc5501dc77d43245725a5 100644 |
| --- a/chrome/test/base/test_launcher_utils.h |
| +++ b/chrome/test/base/test_launcher_utils.h |
| @@ -19,7 +19,8 @@ namespace test_launcher_utils { |
| // Appends browser switches to provided |command_line| to be used |
| // when running under tests. |
| -void PrepareBrowserCommandLineForTests(base::CommandLine* command_line); |
| +void PrepareBrowserCommandLineForTests(base::CommandLine* command_line, |
| + bool enable_component_update = false); |
|
waffles
2016/05/20 20:02:54
Not sure how people will feel about this. I'm OK w
|
| // Overrides the current process' user data dir. |
| bool OverrideUserDataDir( |