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:
Marshall Greenblatt 2014-04-09 18:47:57 +00:00
parent 8b67278279
commit 078aae8bd8

View File

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