mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
libcef: Update due to underlying chromium changes.
- webkit/webkit.gyp moved to webkit/support/webkit_support.gyp. - Classes moved from base/gfx moved to gfx. - Changes to plugin creation code path. - Changes to BrowserResourceLoaderBridge, BrowserAppCacheSystem and BrowserDatabaseSystem. - Enable push state, notifications, touch and indexed database. git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@82 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
@ -24,9 +24,7 @@ class BrowserDatabaseSystem : public webkit_database::DatabaseTracker::Observer,
|
||||
~BrowserDatabaseSystem();
|
||||
|
||||
// VFS functions
|
||||
base::PlatformFile OpenFile(const string16& vfs_file_name,
|
||||
int desired_flags,
|
||||
base::PlatformFile* dir_handle);
|
||||
base::PlatformFile OpenFile(const string16& vfs_file_name, int desired_flags);
|
||||
int DeleteFile(const string16& vfs_file_name, bool sync_dir);
|
||||
long GetFileAttributes(const string16& vfs_file_name);
|
||||
long long GetFileSize(const string16& vfs_file_name);
|
||||
|
Reference in New Issue
Block a user