mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Update to Chromium revision 119867.
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@504 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
@@ -20,7 +20,7 @@ class FileSystemContext;
|
||||
|
||||
// An implementation of WebFileWriter for use in test_shell and DRT.
|
||||
class BrowserFileWriter : public fileapi::WebFileWriterBase,
|
||||
public base::SupportsWeakPtr<BrowserFileWriter> {
|
||||
public base::SupportsWeakPtr<BrowserFileWriter> {
|
||||
public:
|
||||
BrowserFileWriter(
|
||||
const GURL& path,
|
||||
@@ -38,10 +38,10 @@ class BrowserFileWriter : public fileapi::WebFileWriterBase,
|
||||
|
||||
protected:
|
||||
// WebFileWriterBase overrides
|
||||
virtual void DoTruncate(const GURL& path, int64 offset);
|
||||
virtual void DoTruncate(const GURL& path, int64 offset) OVERRIDE;
|
||||
virtual void DoWrite(const GURL& path, const GURL& blob_url,
|
||||
int64 offset);
|
||||
virtual void DoCancel();
|
||||
int64 offset) OVERRIDE;
|
||||
virtual void DoCancel() OVERRIDE;
|
||||
|
||||
private:
|
||||
class IOThreadProxy;
|
||||
|
Reference in New Issue
Block a user