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:
Marshall Greenblatt
2015-01-20 22:48:32 +00:00
parent 8a35083b8f
commit c71cae325f
7 changed files with 51 additions and 0 deletions

View File

@@ -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.
///