commit | 1129751260738c070234bbce2cba36c11e55b00a | [log] [tgz] |
---|---|---|
author | Ella Ge <[email protected]> | Mon Dec 28 23:20:39 2020 |
committer | Chromium LUCI CQ <[email protected]> | Mon Dec 28 23:20:39 2020 |
tree | a5c96dc1d9c6324a787dcbd767943ce9eac17733 | |
parent | ed058d95bd564b24a4fa35ce6934c65eaffac683 [diff] [blame] |
Convert PromoteCallback to RepeatingCallback Bug: 1152282 Change-Id: I44525d812f6493e64c6bd2ef1f95093e73827ee3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2600387 Reviewed-by: John Lee <[email protected]> Commit-Queue: Ella Ge <[email protected]> Cr-Commit-Position: refs/heads/master@{#839501}
diff --git a/chrome/browser/ui/webui/help/version_updater_basic.cc b/chrome/browser/ui/webui/help/version_updater_basic.cc index 0b0a8c2..dd5eae7 100644 --- a/chrome/browser/ui/webui/help/version_updater_basic.cc +++ b/chrome/browser/ui/webui/help/version_updater_basic.cc
@@ -8,7 +8,7 @@ #include "chrome/browser/upgrade_detector/upgrade_detector.h" void VersionUpdaterBasic::CheckForUpdate(StatusCallback status_callback, - const PromoteCallback&) { + PromoteCallback) { const Status status = UpgradeDetector::GetInstance()->notify_upgrade() ? NEARLY_UPDATED : DISABLED;