Skip to content

Commit eee5a35

Browse files
committed
Core - Fix Broken Build
- DefaultRequestHandler now implements OnDocumentAvailableInMainFrame - Removed non existent files from project
1 parent fd239df commit eee5a35

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CefSharp/CefSharp.csproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,11 +106,9 @@
106106
<Compile Include="DevToolsExtensions.cs" />
107107
<Compile Include="Enums\SchemeOptions.cs" />
108108
<Compile Include="Internals\CefThread.cs" />
109-
<Compile Include="Internals\FreezableBase.cs" />
110109
<Compile Include="Internals\IBrowserRefCounter.cs" />
111110
<Compile Include="Internals\MimeTypeMapping.cs" />
112111
<Compile Include="IRegistration.cs" />
113-
<Compile Include="JavascriptBindingSettings.cs" />
114112
<Compile Include="Internals\NoOpBrowserRefCounter.cs" />
115113
<Compile Include="Internals\PathCheck.cs" />
116114
<Compile Include="Internals\BrowserRefCounter.cs" />

CefSharp/Handler/DefaultRequestHandler.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,5 +187,10 @@ public virtual void OnRenderViewReady(IWebBrowser chromiumWebBrowser, IBrowser b
187187
public virtual void OnRenderProcessTerminated(IWebBrowser chromiumWebBrowser, IBrowser browser, CefTerminationStatus status)
188188
{
189189
}
190+
191+
public virtual void OnDocumentAvailableInMainFrame(IWebBrowser chromiumWebBrowser, IBrowser browser)
192+
{
193+
194+
}
190195
}
191196
}

0 commit comments

Comments
 (0)