mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Update to Chromium revision 80310.
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@213 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
// Copyright (c) 2010 The Chromium Authors. All rights reserved.
|
||||
// Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
@ -8,8 +8,8 @@
|
||||
#include <vector>
|
||||
#include "base/file_util_proxy.h"
|
||||
#include "base/id_map.h"
|
||||
#include "base/scoped_temp_dir.h"
|
||||
#include "base/weak_ptr.h"
|
||||
#include "base/memory/scoped_temp_dir.h"
|
||||
#include "base/memory/weak_ptr.h"
|
||||
#include "third_party/WebKit/Source/WebKit/chromium/public/WebFileSystem.h"
|
||||
#include "webkit/fileapi/file_system_types.h"
|
||||
|
||||
@ -36,6 +36,10 @@ class BrowserFileSystem
|
||||
bool create,
|
||||
WebKit::WebFileSystemCallbacks* callbacks);
|
||||
|
||||
fileapi::FileSystemContext* file_system_context() {
|
||||
return file_system_context_.get();
|
||||
}
|
||||
|
||||
// WebKit::WebFileSystem methods.
|
||||
virtual void move(const WebKit::WebString& src_path,
|
||||
const WebKit::WebString& dest_path,
|
||||
|
Reference in New Issue
Block a user