- 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:
Marshall Greenblatt 2009-01-29 17:11:03 +00:00
parent 73027bb5a9
commit 729f9279bc
1 changed files with 0 additions and 2 deletions

View File

@ -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,