Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1048)

Unified Diff: chrome/browser/google/google_update.h

Issue 10698106: Switch about box to web ui on Windows. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added GetForegroundWindow Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/google/google_update.cc » ('j') | chrome/browser/google/google_update.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | chrome/browser/google/google_update.cc » ('j') | chrome/browser/google/google_update.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698