mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Allow title change notifications after the document has loaded (issue #704).
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@812 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
@ -377,9 +377,6 @@ class CefBrowserHostImpl : public CefBrowserHost,
|
||||
// Unique id for the browser.
|
||||
int unique_id_;
|
||||
|
||||
// True if the browser has received the page title for the current load.
|
||||
bool received_page_title_;
|
||||
|
||||
// Used when creating a new popup window.
|
||||
CefWindowInfo pending_window_info_;
|
||||
CefBrowserSettings pending_settings_;
|
||||
|
Reference in New Issue
Block a user