| Index: chrome/browser/first_run/upgrade_util_win.h
|
| diff --git a/chrome/browser/first_run/upgrade_util_win.h b/chrome/browser/first_run/upgrade_util_win.h
|
| index da63aaa0414273101fc15557b30095bcbbfbf6cb..3bbbacee69d83dd6efc2abae170077be9e4adced 100644
|
| --- a/chrome/browser/first_run/upgrade_util_win.h
|
| +++ b/chrome/browser/first_run/upgrade_util_win.h
|
| @@ -10,13 +10,6 @@ class CommandLine;
|
|
|
| namespace upgrade_util {
|
|
|
| -// Check if current chrome.exe is already running as a browser process by
|
| -// trying to create a Global event with name same as full path of chrome.exe.
|
| -// This method caches the handle to this event so on subsequent calls also
|
| -// it can first close the handle and check for any other process holding the
|
| -// handle to the event.
|
| -bool IsBrowserAlreadyRunning();
|
| -
|
| // If the new_chrome.exe exists (placed by the installer then is swapped
|
| // to chrome.exe and the old chrome is renamed to old_chrome.exe. If there
|
| // is no new_chrome.exe or the swap fails the return is false;
|
|
|