Skip to content

Commit

Permalink
Implement temp workaround for #1203 - enable process-per-tab by default
Browse files Browse the repository at this point in the history
  • Loading branch information
amaitland committed Sep 8, 2015
1 parent cafa4a9 commit 5676672
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CefSharp.Core/CefSettings.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ namespace CefSharp

//Automatically discovered and load a system-wide installation of Pepper Flash.
_cefCommandLineArgs->Add("enable-system-flash", "1");

//Temp workaround for https://github.com/cefsharp/CefSharp/issues/1203
_cefCommandLineArgs->Add("process-per-tab", "1");
}

!CefSettings()
Expand Down

0 comments on commit 5676672

Please sign in to comment.