| Index: webkit/api/public/WebKitClient.h
|
| ===================================================================
|
| --- webkit/api/public/WebKitClient.h (revision 19855)
|
| +++ webkit/api/public/WebKitClient.h (working copy)
|
| @@ -82,6 +82,10 @@
|
| // A suggestion to prefetch IP information for the given hostname.
|
| virtual void prefetchHostName(const WebString&) = 0;
|
|
|
| + // File ----------------------------------------------------------------
|
| +
|
| + virtual bool getFileSize(const WebString& path, long long& result) = 0;
|
| +
|
| // Returns a new WebURLLoader instance.
|
| virtual WebURLLoader* createURLLoader() = 0;
|
|
|
|
|