mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-01-20 21:44:06 +01:00
Mac: Fix cefsimple shutdown problem when launching from Finder (issue #1203)
git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1750@1651 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
parent
ff18ba6e86
commit
8a0f58fea0
@ -43,6 +43,6 @@ void SimpleApp::OnContextInitialized() {
|
||||
url = "http://www.google.com";
|
||||
|
||||
// Create the first browser window.
|
||||
CefBrowserHost::CreateBrowserSync(window_info, handler.get(), url,
|
||||
browser_settings, NULL);
|
||||
CefBrowserHost::CreateBrowser(window_info, handler.get(), url,
|
||||
browser_settings, NULL);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user