Pass target URL to OnBeforePopup (issue #596).

git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@633 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
Marshall Greenblatt
2012-05-18 21:37:42 +00:00
parent 8b1748bbf5
commit 0b003c55a9
2 changed files with 1 additions and 5 deletions

View File

@ -327,7 +327,6 @@ class CefBrowserHostImpl : public CefBrowserHost,
CefWindowInfo pending_window_info_;
CefBrowserSettings pending_settings_;
CefRefPtr<CefClient> pending_client_;
CefString pending_url_;
// Volatile state information. All access must be protected by the state lock.
base::Lock state_lock_;