[cr142] Fix stub for MaybeInitializeModelDownloads
The argument list has recently changed. Chromium changes: https://chromium.googlesource.com/chromium/src/+/6b4b74061b7c7470de5e0e9410d575990db6a7c7 commit 6b4b74061b7c7470de5e0e9410d575990db6a7c7 Author: rajendrant <rajendrant@chromium.org> Date: Thu Sep 18 12:48:16 2025 -0700 Reland "Move PredictionManager to OptimizationGuideGlobalState" This is reland of https://crrev.com/c/6909757 Fixed the failing desktop CFT, and ios tests Bug: 423972751 Change-Id: I5fff3e72cbf797f97c6bab374e7e972a476bcbdc Cq-Include-Trybots: luci.chromium.try:mac-rel-cft,linux-rel-cft,win-rel-cft Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6954876 Reviewed-by: Steven Holte <holte@chromium.org> Reviewed-by: Sylvain Defresne <sdefresne@chromium.org> Commit-Queue: Raj T <rajendrant@chromium.org> Cr-Commit-Position: refs/heads/main@{#1517504}
This commit is contained in:
@@ -97,8 +97,8 @@ PredictionManager::GetOnDeviceSupplementaryModelsInfoForWebUI() const {
|
||||
}
|
||||
|
||||
void PredictionManager::MaybeInitializeModelDownloads(
|
||||
PrefService* local_state,
|
||||
download::BackgroundDownloadService* background_download_service) {}
|
||||
ProfileDownloadServiceTracker& profile_download_service_tracker,
|
||||
PrefService* local_state) {}
|
||||
|
||||
base::FilePath PredictionManager::GetBaseModelDirForDownload(
|
||||
proto::OptimizationTarget optimization_target) {
|
||||
|
||||
Reference in New Issue
Block a user