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";
|
||||
|
||||
// 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