Allow for cases where CefBrowserImpl::UIT_CreateBrowser() may fail (issue #322).

git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@336 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
Marshall Greenblatt
2011-10-21 21:00:59 +00:00
parent fb2eb5f4b5
commit c422ab5aa8
5 changed files with 21 additions and 6 deletions

View File

@@ -221,7 +221,7 @@ public:
}
// Create the native browser window and populate browser members.
void UIT_CreateBrowser(const CefString& url);
bool UIT_CreateBrowser(const CefString& url);
// Destroy the browser members. This method should only be called after the
// native browser window is not longer processing messages.