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

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

Issue 2318073002: Revert "Move on-demand update checks from the FILE thread to the blocking pool." (Closed)
Patch Set: sync to position 416913 Created 4 years, 3 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 501ea8c4302a54cee94f27b35d0c2383866bc5f0..eab092d1002cef9e8c3f1e7662567546ef3314c4 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 BeginUpdateCheckInBlockingPool(bool install_update_if_possible);
+ void BeginUpdateCheckOnFileThread(bool install_update_if_possible);
// A task run on the UI thread with the result of checking for a pending
// restart.
« no previous file with comments | « chrome/browser/google/google_update_win_unittest.cc ('k') | chrome/browser/ui/webui/help/version_updater_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698