blob: 22d0e5968e0ecd4c1e7a073d694e994479d50b85 [file] [log] [blame]
// Copyright 2021 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "chrome/browser/download/download_status_updater.h"
#include "base/notreached.h"
void DownloadStatusUpdater::UpdateAppIconDownloadProgress(
download::DownloadItem* download) {
// TODO(crbug.com/1226242): Integrate with shell app-icon updates, if/when
// the platform supports them.
NOTIMPLEMENTED_LOG_ONCE();
}