| Index: chrome/browser/process_singleton_win.cc
|
| diff --git a/chrome/browser/process_singleton_win.cc b/chrome/browser/process_singleton_win.cc
|
| index 6454f667fb0047fcd2c771fd6f73b86f779e6605..3f7dd848d3efe2735412d2d13c766a8beba1ab78 100644
|
| --- a/chrome/browser/process_singleton_win.cc
|
| +++ b/chrome/browser/process_singleton_win.cc
|
| @@ -200,9 +200,7 @@ void ProcessSingleton::Cleanup() {
|
|
|
| LRESULT ProcessSingleton::OnCopyData(HWND hwnd, const COPYDATASTRUCT* cds) {
|
| // If locked, it means we are not ready to process this message because
|
| - // we are probably in a first run critical phase. We must do this before
|
| - // doing the IsShuttingDown() check since that returns true during first run
|
| - // (since g_browser_process hasn't been AddRefModule()d yet).
|
| + // we are probably in a first run critical phase.
|
| if (locked_) {
|
| // Attempt to place ourselves in the foreground / flash the task bar.
|
| if (IsWindow(foreground_window_))
|
|
|