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

Unified Diff: webkit/browser/fileapi/test_mount_point_provider.cc

Issue 15729007: Cleanup: Remove fileapi::FileSystemMountPointProvider::InitializeCopyOrMoveFileValidatorFactory() a… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years, 7 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webkit/browser/fileapi/test_mount_point_provider.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/browser/fileapi/test_mount_point_provider.cc
===================================================================
--- webkit/browser/fileapi/test_mount_point_provider.cc (revision 202646)
+++ webkit/browser/fileapi/test_mount_point_provider.cc (working copy)
@@ -136,7 +136,7 @@
}
void TestMountPointProvider::InitializeCopyOrMoveFileValidatorFactory(
- FileSystemType type, scoped_ptr<CopyOrMoveFileValidatorFactory> factory) {
+ scoped_ptr<CopyOrMoveFileValidatorFactory> factory) {
if (!require_copy_or_move_validator_) {
DCHECK(!factory);
return;
« no previous file with comments | « webkit/browser/fileapi/test_mount_point_provider.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698