Skip to content

Commit 4608924

Browse files
committed
Example - Add CefSettings.ChromeRuntime (commented out)
1 parent 6ea5ac4 commit 4608924

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CefSharp.Example/CefExample.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,10 @@ public static void Init(CefSettingsBase settings, IBrowserProcessHandler browser
173173

174174
//settings.LogSeverity = LogSeverity.Verbose;
175175

176+
//Experimental setting see https://bitbucket.org/chromiumembedded/cef/issues/2969/support-chrome-windows-with-cef-callbacks
177+
//for details
178+
//settings.ChromeRuntime = true;
179+
176180
if (DebuggingSubProcess)
177181
{
178182
var architecture = RuntimeInformation.ProcessArchitecture.ToString().ToLowerInvariant();

0 commit comments

Comments
 (0)