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

Unified Diff: chrome/browser/ui/webui/help/version_updater_win.h

Issue 2952133002: Use task runner in version_updater_win.cc. (Closed)
Patch Set: fix nit Created 3 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
Index: chrome/browser/ui/webui/help/version_updater_win.h
diff --git a/chrome/browser/ui/webui/help/version_updater_win.h b/chrome/browser/ui/webui/help/version_updater_win.h
index eab092d1002cef9e8c3f1e7662567546ef3314c4..f225a231811b4273332b3b6fc3c433f96637cedd 100644
--- a/chrome/browser/ui/webui/help/version_updater_win.h
+++ b/chrome/browser/ui/webui/help/version_updater_win.h
@@ -38,7 +38,7 @@ class VersionUpdaterWin : public VersionUpdater,
const base::string16& new_version) override;
private:
- void BeginUpdateCheckOnFileThread(bool install_update_if_possible);
+ void DoBeginUpdateCheck(bool install_update_if_possible);
// A task run on the UI thread with the result of checking for a pending
// restart.

Powered by Google App Engine
This is Rietveld 408576698