mirror of
https://github.com/Alex313031/thorium.git
synced 2025-01-10 03:47:44 -03:00
Update base_file.cc
This commit is contained in:
parent
757bfa019d
commit
3da3989e25
1 changed files with 7 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue