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:
@@ -13,7 +13,7 @@ namespace content {
|
||||
class NavigationEntry;
|
||||
}
|
||||
|
||||
// CefDownloadItem implementation
|
||||
// CefNavigationEntry implementation
|
||||
class CefNavigationEntryImpl
|
||||
: public CefValueBase<CefNavigationEntry, content::NavigationEntry> {
|
||||
public:
|
||||
@@ -27,7 +27,6 @@ class CefNavigationEntryImpl
|
||||
CefString GetTitle() override;
|
||||
TransitionType GetTransitionType() override;
|
||||
bool HasPostData() override;
|
||||
CefString GetFrameName() override;
|
||||
CefTime GetCompletionTime() override;
|
||||
int GetHttpStatusCode() override;
|
||||
|
||||
|
Reference in New Issue
Block a user