Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1106)

Side by Side Diff: webkit/fileapi/file_system_file_util_proxy.cc

Issue 6833007: More filesystem cleanup: convert URL-encoded-as-FilePath to actual URL, where (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2010 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "webkit/fileapi/file_system_file_util_proxy.h" 5 #include "webkit/fileapi/file_system_file_util_proxy.h"
6 6
7 #include "base/message_loop_proxy.h" 7 #include "base/message_loop_proxy.h"
8 #include "webkit/fileapi/file_system_context.h" 8 #include "webkit/fileapi/file_system_context.h"
9 #include "webkit/fileapi/file_system_file_util.h" 9 #include "webkit/fileapi/file_system_file_util.h"
10 #include "webkit/fileapi/file_system_operation_context.h" 10 #include "webkit/fileapi/file_system_operation_context.h"
11 11
(...skipping 511 matching lines...) Expand 10 before | Expand all | Expand 10 after
523 const FileSystemOperationContext& context, 523 const FileSystemOperationContext& context,
524 scoped_refptr<MessageLoopProxy> message_loop_proxy, 524 scoped_refptr<MessageLoopProxy> message_loop_proxy,
525 const FilePath& path, 525 const FilePath& path,
526 int64 length, 526 int64 length,
527 StatusCallback* callback) { 527 StatusCallback* callback) {
528 return Start(FROM_HERE, message_loop_proxy, 528 return Start(FROM_HERE, message_loop_proxy,
529 new RelayTruncate(context, path, length, callback)); 529 new RelayTruncate(context, path, length, callback));
530 } 530 }
531 531
532 } // namespace fileapi 532 } // namespace fileapi
OLDNEW
« no previous file with comments | « webkit/fileapi/file_system_callback_dispatcher.h ('k') | webkit/fileapi/file_system_operation.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698