mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Update to Chromium revision 14bd12d6 (#333041)
- Remove CefNavigationEntry::GetFrameName() (see http://crbug.com/477150#c5). - Devirtualize base::BindState (see http://crbug.com/486594). - Move Tuple to the base namespace.
This commit is contained in:
@@ -93,13 +93,6 @@ class CefNavigationEntry : public virtual CefBase {
|
||||
/*--cef()--*/
|
||||
virtual bool HasPostData() =0;
|
||||
|
||||
///
|
||||
// Returns the name of the sub-frame that navigated or an empty value if the
|
||||
// main frame navigated.
|
||||
///
|
||||
/*--cef()--*/
|
||||
virtual CefString GetFrameName() =0;
|
||||
|
||||
///
|
||||
// Returns the time for the last known successful navigation completion. A
|
||||
// navigation may be completed more than once if the page is reloaded. May be
|
||||
|
Reference in New Issue
Block a user