Fixup 2721718: Move HostID to extensions::mojom::HostID
This commit is contained in:
parent
d0989802bd
commit
29dfabadfd
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ ExecuteCodeFunction::InitResult ExecuteCodeInTabFunction::Init() {
|
||||||
execute_tab_id_ = tab_id;
|
execute_tab_id_ = tab_id;
|
||||||
details_ = std::move(details);
|
details_ = std::move(details);
|
||||||
set_host_id(
|
set_host_id(
|
||||||
mojom::HostID(mojom::HostID::HostType::kExtensions, extension->id()));
|
mojom::HostID(mojom::HostID::HostType::kExtensions, extension()->id()));
|
||||||
return set_init_result(SUCCESS);
|
return set_init_result(SUCCESS);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue