chore: remove use of banned absl::optional (#44551)
Xref: 5805666
Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: Charles Kerr <charles@charleskerr.com>
This commit is contained in:
parent
4fad573746
commit
fcf0c115cb
1 changed files with 1 additions and 1 deletions
|
@ -1666,7 +1666,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,
|
||||||
content::FrameTreeNodeId frame_tree_node_id,
|
content::FrameTreeNodeId 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
Add a link
Reference in a new issue