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:
@ -1,4 +1,4 @@
|
||||
// Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
||||
// Copyright (c) 2012 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.
|
||||
|
||||
@ -23,7 +23,7 @@ class WebURL;
|
||||
|
||||
namespace fileapi {
|
||||
class FileSystemContext;
|
||||
class FileSystemOperation;
|
||||
class FileSystemOperationInterface;
|
||||
}
|
||||
|
||||
class BrowserFileSystem
|
||||
@ -85,8 +85,8 @@ class BrowserFileSystem
|
||||
|
||||
private:
|
||||
// Helpers.
|
||||
fileapi::FileSystemOperation* GetNewOperation(
|
||||
WebKit::WebFileSystemCallbacks* callbacks);
|
||||
fileapi::FileSystemOperationInterface* GetNewOperation(
|
||||
const WebKit::WebURL& path, WebKit::WebFileSystemCallbacks* callbacks);
|
||||
|
||||
// A temporary directory for FileSystem API.
|
||||
ScopedTempDir file_system_dir_;
|
||||
|
Reference in New Issue
Block a user