Update base_file.cc

This commit is contained in:
Alexander David Frick 2023-01-25 04:44:08 -06:00 committed by GitHub
parent 757bfa019d
commit 3da3989e25
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
// Copyright (c) 2022 The Chromium Authors and Alex313031. All rights reserved.
// Copyright 2023 The Chromium Authors and Alex313031.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@ -524,6 +524,12 @@ DownloadInterruptReason BaseFile::PublishDownload() {
}
#endif // BUILDFLAG(IS_ANDROID)
// static
GURL BaseFile::GetEffectiveAuthorityURL(const GURL& source_url,
const GURL& referrer_url) {
return source_url;
}
void BaseFile::AnnotateWithSourceInformation(
const std::string& client_guid,
const GURL& source_url,