X-Git-Url: https://git.webkit.org/?p=WebKit-https.git;a=blobdiff_plain;f=WebCore%2Fplatform%2Fchromium%2FChromiumBridge.h;h=b0ab421a7fa6c062b4ed4b5d426ad3fd52736bf3;hp=9600a634c3854361a8c1836af929fcfc7454a53c;hb=cceb9ccbd0f5e926e84a18de923121523dbb2a19;hpb=38e67496e4a857fcd90dd6f6a8fae63c9bc21f70 diff --git a/WebCore/platform/chromium/ChromiumBridge.h b/WebCore/platform/chromium/ChromiumBridge.h index 9600a634c385..b0ab421a7fa6 100644 --- a/WebCore/platform/chromium/ChromiumBridge.h +++ b/WebCore/platform/chromium/ChromiumBridge.h @@ -31,7 +31,6 @@ #ifndef ChromiumBridge_h #define ChromiumBridge_h -#include "FileSystem.h" #include "LinkHash.h" #include "PassRefPtr.h" #include "PasteboardPrivate.h" @@ -178,25 +177,6 @@ namespace WebCore { // Widget ------------------------------------------------------------- static void widgetSetCursor(Widget*, const Cursor&); static void widgetSetFocus(Widget*); - - // HTML5 DB ----------------------------------------------------------- - -#if ENABLE(DATABASE) - // Opens a database file - // 'desiredFlags' is a collection of OR'd SQLite constants that - // determine how the file should be opened - static PlatformFileHandle databaseOpenFile(const String& fileName, int desiredFlags); - - // Deletes a database file - // Returns 'true' if the file was deleted; 'false' otherwise - static bool databaseDeleteFile(const String& fileName); - - // Returns the file attributes of the given database file - static long databaseGetFileAttributes(const String& fileName); - - // Returns size of the given file - static long long databaseGetFileSize(const String& fileName); -#endif }; } // namespace WebCore