| Index: chrome_frame/test/run_all_unittests.cc
|
| diff --git a/chrome_frame/test/run_all_unittests.cc b/chrome_frame/test/run_all_unittests.cc
|
| index a0f79733f4f1c5c830d13fe0cf5c02e67463d73f..6a1aa1b83e96622cf1390fef7d05f1877d27f6ff 100644
|
| --- a/chrome_frame/test/run_all_unittests.cc
|
| +++ b/chrome_frame/test/run_all_unittests.cc
|
| @@ -34,6 +34,7 @@ void PureCall() {
|
| }
|
|
|
| int main(int argc, char **argv) {
|
| + ScopedChromeFrameRegistrar::RegisterAndExitProcessIfDirected();
|
| base::EnableTerminationOnHeapCorruption();
|
| base::PlatformThread::SetName("ChromeFrame tests");
|
|
|
|
|