| Index: chrome/browser/chrome_process_finder_win.cc
|
| diff --git a/chrome/browser/chrome_process_finder_win.cc b/chrome/browser/chrome_process_finder_win.cc
|
| index f7c3194c07e44ea665f22616b308a3101bf17aee..1be25babb3581d63d03dc0ccc7eeb0ee5e10c26d 100644
|
| --- a/chrome/browser/chrome_process_finder_win.cc
|
| +++ b/chrome/browser/chrome_process_finder_win.cc
|
| @@ -105,8 +105,6 @@ HWND FindRunningChromeWindow(const base::FilePath& user_data_dir) {
|
| NotifyChromeResult AttemptToNotifyRunningChrome(HWND remote_window,
|
| bool fast_start) {
|
| DCHECK(remote_window);
|
| - static const char kSearchUrl[] =
|
| - "http://www.google.com/search?q=%s&sourceid=chrome&ie=UTF-8";
|
| DWORD process_id = 0;
|
| DWORD thread_id = GetWindowThreadProcessId(remote_window, &process_id);
|
| if (!thread_id || !process_id)
|
|
|