mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
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:
@@ -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.
|
||||
|
Reference in New Issue
Block a user