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:
Marshall Greenblatt
2012-09-27 21:02:36 +00:00
parent 8957947cff
commit 61b0934996
2 changed files with 2 additions and 16 deletions

View File

@ -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_;