| Index: chrome/browser/process_singleton_win.cc
|
| diff --git a/chrome/browser/process_singleton_win.cc b/chrome/browser/process_singleton_win.cc
|
| index 122e83da4c32526d72abad40b862b82175087c46..960d6d81b62d8d542274165abfbf0c90c4596da9 100644
|
| --- a/chrome/browser/process_singleton_win.cc
|
| +++ b/chrome/browser/process_singleton_win.cc
|
| @@ -160,7 +160,6 @@ bool ProcessLaunchNotification(
|
| return false;
|
|
|
| // Handle the WM_COPYDATA message from another process.
|
| - HWND hwnd = reinterpret_cast<HWND>(wparam);
|
| const COPYDATASTRUCT* cds = reinterpret_cast<COPYDATASTRUCT*>(lparam);
|
|
|
| CommandLine parsed_command_line(CommandLine::NO_PROGRAM);
|
|
|