mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Add CefDownloadItem::GetOriginalUrl method (issue #1201).
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@1976 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
@@ -126,6 +126,12 @@ class CefDownloadItem : public virtual CefBase {
|
||||
/*--cef()--*/
|
||||
virtual CefString GetURL() =0;
|
||||
|
||||
///
|
||||
// Returns the original URL before any redirections.
|
||||
///
|
||||
/*--cef()--*/
|
||||
virtual CefString GetOriginalUrl() =0;
|
||||
|
||||
///
|
||||
// Returns the suggested file name.
|
||||
///
|
||||
|
Reference in New Issue
Block a user