chore: remove use of banned absl::optional (#44550)
Xref: https://chromium-review.googlesource.com/c/chromium/src/+/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
3f3874cb18
commit
5885a52d17
1 changed files with 1 additions and 1 deletions
|
@ -1668,7 +1668,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…
Reference in a new issue