| Index: chrome_frame/test/net/fake_external_tab.cc
|
| diff --git a/chrome_frame/test/net/fake_external_tab.cc b/chrome_frame/test/net/fake_external_tab.cc
|
| index d99276a35a588338179a1c76cd1667934e7836e3..35250c6c59be8f7152892d25b1637d163e1b1b6d 100644
|
| --- a/chrome_frame/test/net/fake_external_tab.cc
|
| +++ b/chrome_frame/test/net/fake_external_tab.cc
|
| @@ -794,6 +794,8 @@ void CFUrlRequestUnittestRunner::PreMainMessageLoopRun() {
|
| base::Bind(
|
| &CFUrlRequestUnittestRunner::ProcessSingletonNotificationCallback,
|
| base::Unretained(this)));
|
| + // Call Create directly instead of NotifyOtherProcessOrCreate as failure is
|
| + // prefered to notifying another process here.
|
| if (!process_singleton_->Create(callback)) {
|
| LOG(FATAL) << "Failed to start up ProcessSingleton. Is another test "
|
| << "executable or Chrome Frame running?";
|
|
|