DescriptionMacViews: Disable PluginDiscovery in views_examples_with_content_exe
TransformPathForFeature in child_process_host_impl.cc expects to find
`Chromium Helper XX` inside the .app bundle, but
views_examples_with_content_exe is a standalone executable. The example
app doesn't need plugins so this CL disables plugin discovery to avoid:
Check failed: kMacOSName == macos_path.BaseName().value() (MacOS vs.
Debug)
This occurs when particular pages are loaded in the WebView example,
triggered via content::PluginLoaderPosix::LoadPluginsInternal().
The change is made in views_content_client, which affects app_list_demo
and views_examples_with_content_exe.
BUG=395507
Committed: https://crrev.com/9f1e45ad728dc3a236798f55abb677f473a47097
Cr-Commit-Position: refs/heads/master@{#299392}
Patch Set 1 #
Messages
Total messages: 8 (2 generated)
|