| Index: base/base_switches.cc
|
| diff --git a/base/base_switches.cc b/base/base_switches.cc
|
| index 02b22298850ab8234b614f652504936f3842c7eb..d1a38e4b21e4c2b44a4897f98cf4f59d2bc2567d 100644
|
| --- a/base/base_switches.cc
|
| +++ b/base/base_switches.cc
|
| @@ -46,6 +46,11 @@ const char kNoErrorDialogs[] = "noerrdialogs";
|
| // to the test framework that the current process is a child process.
|
| const char kTestChildProcess[] = "test-child-process";
|
|
|
| +// When running certain tests that spawn child processes, this switch indicates
|
| +// to the test framework that the current process should not initialize ICU to
|
| +// avoid creating any scoped handles too early in startup.
|
| +const char kTestDoNotInitializeIcu[] = "test-do-not-initialize-icu";
|
| +
|
| // Gives the default maximal active V-logging level; 0 is the default.
|
| // Normally positive values are used for V-logging levels.
|
| const char kV[] = "v";
|
|
|