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