| Index: chrome/browser/google/google_update.h
|
| diff --git a/chrome/browser/google/google_update.h b/chrome/browser/google/google_update.h
|
| index f338914b0afb4b020b1c3b986b49ea7f1024cd44..77588a62f7acab53e7ed95a2d604ba021c6e899f 100644
|
| --- a/chrome/browser/google/google_update.h
|
| +++ b/chrome/browser/google/google_update.h
|
| @@ -92,10 +92,7 @@ class GoogleUpdate : public base::RefCountedThreadSafe<GoogleUpdate> {
|
| // Ask Google Update to see if a new version is available. If the parameter
|
| // |install_if_newer| is true then Google Update will also install that new
|
| // version.
|
| - // |window| should point to a foreground window. This is needed to ensure
|
| - // that Vista/Windows 7 UAC prompts show up in the foreground. It may also
|
| - // be null.
|
| - void CheckForUpdate(bool install_if_newer, views::Widget* window);
|
| + void CheckForUpdate(bool install_if_newer);
|
|
|
| // Pass NULL to clear the listener
|
| void set_status_listener(GoogleUpdateStatusListener* listener) {
|
| @@ -124,8 +121,7 @@ class GoogleUpdate : public base::RefCountedThreadSafe<GoogleUpdate> {
|
| // to the message loop that we want the response to come from.
|
| // |window| should point to a foreground window. This is needed to ensure that
|
| // Vista/Windows 7 UAC prompts show up in the foreground. It may also be null.
|
| - void InitiateGoogleUpdateCheck(bool install_if_newer, views::Widget* window,
|
| - MessageLoop* main_loop);
|
| + void InitiateGoogleUpdateCheck(bool install_if_newer, MessageLoop* main_loop);
|
|
|
| // This function reports the results of the GoogleUpdate operation to the
|
| // listener. If results indicates an error, the |error_code| and
|
|
|