No-op on native: there is no inbound host message hook to wire here -- that only exists for the non-native (postMessage) embedding, which must install it before its transport starts polling.
| 59 | // that only exists for the non-native (postMessage) embedding, which must |
| 60 | // install it before its transport starts polling. |
| 61 | void install_platform_hooks() { |
| 62 | /* no-op on native: no inbound host message hook to wire here; see comment |
| 63 | * above */ |
| 64 | } |
| 65 | |
| 66 | struct SettingsBackend::Impl { |
| 67 | oid::host::SettingsStore store{oid::host::config_file_path()}; |