mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Update to Chromium revision 213078.
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@1338 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
@ -116,7 +116,7 @@ typedef struct _cef_download_item_t {
|
||||
///
|
||||
// Returns the unique identifier for this download.
|
||||
///
|
||||
int32 (CEF_CALLBACK *get_id)(struct _cef_download_item_t* self);
|
||||
uint32 (CEF_CALLBACK *get_id)(struct _cef_download_item_t* self);
|
||||
|
||||
///
|
||||
// Returns the URL.
|
||||
|
@ -118,7 +118,7 @@ class CefDownloadItem : public virtual CefBase {
|
||||
// Returns the unique identifier for this download.
|
||||
///
|
||||
/*--cef()--*/
|
||||
virtual int32 GetId() =0;
|
||||
virtual uint32 GetId() =0;
|
||||
|
||||
///
|
||||
// Returns the URL.
|
||||
|
Reference in New Issue
Block a user