]> git.sesse.net Git - casparcg/blobdiff - dependencies64/cef/linux/include/cef_download_item.h
Upgrade CEF to 3.3029.1611.g44e39a8 / Chromium 58.0.3029.81.
[casparcg] / dependencies64 / cef / linux / include / cef_download_item.h
similarity index 95%
rename from dependencies64/cef/include/cef_download_item.h
rename to dependencies64/cef/linux/include/cef_download_item.h
index 6f76ff5e48c5e55a584d385bec57e55b262c602f..b0ea797ff73e45852f8075ede726e236b9ae6b36 100644 (file)
@@ -44,7 +44,7 @@
 // Class used to represent a download item.
 ///
 /*--cef(source=library)--*/
-class CefDownloadItem : public virtual CefBase {
+class CefDownloadItem : public virtual CefBaseRefCounted {
  public:
   ///
   // Returns true if this object is valid. Do not call any other methods if this
@@ -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.
   ///