| Index: webkit/fileapi/local_file_system_operation.h
|
| diff --git a/webkit/fileapi/local_file_system_operation.h b/webkit/fileapi/local_file_system_operation.h
|
| index 3e6d959722c7847b7f8e71da0e2de665d5c317a1..69f4a707d944af5cbd7c5ec85162b44bc112cd40 100644
|
| --- a/webkit/fileapi/local_file_system_operation.h
|
| +++ b/webkit/fileapi/local_file_system_operation.h
|
| @@ -242,6 +242,10 @@ class WEBKIT_STORAGE_EXPORT LocalFileSystemOperation
|
| FileSystemFileUtil* src_util_; // Not owned.
|
| FileSystemFileUtil* dest_util_; // Not owned.
|
|
|
| + // Indicates if this operation is for cross filesystem operation or not.
|
| + // TODO(kinuko): This should be cleaned up.
|
| + bool is_cross_operation_;
|
| +
|
| // This is set before any write operations to dispatch
|
| // FileUpdateObserver::StartUpdate and FileUpdateObserver::EndUpdate.
|
| ScopedVector<ScopedUpdateNotifier> scoped_update_notifiers_;
|
|
|