mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Xref: https://chromium-review.googlesource.com/c/chromium/src/+/5805666
This commit is contained in:
@@ -1651,7 +1651,7 @@ ElectronBrowserClient::CreateURLLoaderThrottles(
|
||||
const base::RepeatingCallback<content::WebContents*()>& wc_getter,
|
||||
content::NavigationUIData* navigation_ui_data,
|
||||
int frame_tree_node_id,
|
||||
absl::optional<int64_t> navigation_id) {
|
||||
std::optional<int64_t> navigation_id) {
|
||||
DCHECK_CURRENTLY_ON(BrowserThread::UI);
|
||||
|
||||
std::vector<std::unique_ptr<blink::URLLoaderThrottle>> result;
|
||||
|
||||
Reference in New Issue
Block a user