From 729f9279bcec3049e74ddb365d4c1fd5eeef47af Mon Sep 17 00:00:00 2001 From: Marshall Greenblatt Date: Thu, 29 Jan 2009 17:11:03 +0000 Subject: [PATCH] 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 --- libcef/browser_impl_win.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/libcef/browser_impl_win.cc b/libcef/browser_impl_win.cc index 27cc13a2d..8bdf2e9f9 100644 --- a/libcef/browser_impl_win.cc +++ b/libcef/browser_impl_win.cc @@ -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,