Igalia / wolvic

A fast and secure browser for standalone virtual-reality and augmented-reality headsets.
https://wolvic.org
Mozilla Public License 2.0
813 stars 105 forks source link

Implement the onWebAppManifest abstract method #1620

Closed javifernandez closed 1 week ago

javifernandez commented 1 week ago

The WolvicWebContenstDelegate abstrac class defines the onWebAppManifest method that our TabWebContenstDelegate must implement.

This is a dummy implementation, just to fix the build error caused by the PR#135 [1]

[1] https://github.com/Igalia/wolvic-chromium/pull/135