libcef:
- Allow creation of a browser window without loading a URL. Using about:blank results in an entry being added to the browser history. Issue #9, Fix by: vridosh git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@11 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
parent
73027bb5a9
commit
729f9279bc
|
@ -294,8 +294,6 @@ void CefBrowserImpl::UIT_CreateBrowser()
|
|||
|
||||
if(url_.size() > 0)
|
||||
UIT_LoadURL(url_.c_str());
|
||||
else
|
||||
UIT_LoadURL(L"about:blank");
|
||||
}
|
||||
|
||||
void CefBrowserImpl::UIT_LoadURLForRequest(const std::wstring& url,
|
||||
|
|
Loading…
Reference in New Issue