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:
Marshall Greenblatt 2014-04-09 18:51:00 +00:00
parent ff18ba6e86
commit 8a0f58fea0

View File

@ -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);
}