Xref: https://chromium-review.googlesource.com/c/chromium/src/+/5805666
This commit is contained in:
parent
42c88eba7c
commit
ee66bf9381
1 changed files with 1 additions and 1 deletions
|
@ -1651,7 +1651,7 @@ ElectronBrowserClient::CreateURLLoaderThrottles(
|
||||||
const base::RepeatingCallback<content::WebContents*()>& wc_getter,
|
const base::RepeatingCallback<content::WebContents*()>& wc_getter,
|
||||||
content::NavigationUIData* navigation_ui_data,
|
content::NavigationUIData* navigation_ui_data,
|
||||||
int frame_tree_node_id,
|
int frame_tree_node_id,
|
||||||
absl::optional<int64_t> navigation_id) {
|
std::optional<int64_t> navigation_id) {
|
||||||
DCHECK_CURRENTLY_ON(BrowserThread::UI);
|
DCHECK_CURRENTLY_ON(BrowserThread::UI);
|
||||||
|
|
||||||
std::vector<std::unique_ptr<blink::URLLoaderThrottle>> result;
|
std::vector<std::unique_ptr<blink::URLLoaderThrottle>> result;
|
||||||
|
|
Loading…
Add table
Reference in a new issue