We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29408da commit bdb2c84Copy full SHA for bdb2c84
src/core/content_browser_client_qt.cpp
@@ -689,6 +689,8 @@ std::unique_ptr<base::Value> ContentBrowserClientQt::GetServiceManifestOverlay(b
689
id = IDR_QTWEBENGINE_CONTENT_PACKAGED_SERVICES_MANIFEST_OVERLAY;
690
else if (name == content::mojom::kRendererServiceName)
691
id = IDR_QTWEBENGINE_CONTENT_RENDERER_MANIFEST_OVERLAY;
692
+ else if (name == content::mojom::kBrowserServiceName)
693
+ id = IDR_QTWEBENGINE_CONTENT_BROWSER_MANIFEST_OVERLAY;
694
if (id == -1)
695
return nullptr;
696
0 commit comments