| 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);
|
|
|
| // Overrides the current process' user data dir.
|
| bool OverrideUserDataDir(
|
|
|