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

Unified Diff: webkit/fileapi/file_system_operation.h

Issue 10386069: Add RegisterMountPointProvider and TestMountPointProvider for testing (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: adding sandbox_mpp change Created 8 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
Index: webkit/fileapi/file_system_operation.h
diff --git a/webkit/fileapi/file_system_operation.h b/webkit/fileapi/file_system_operation.h
index dde31583763a64f410a8f57c7d7f807e3047f02f..37085c2f8c99d16203d6cb66a957f0171af6c8cd 100644
--- a/webkit/fileapi/file_system_operation.h
+++ b/webkit/fileapi/file_system_operation.h
@@ -121,6 +121,7 @@ class FileSystemOperation : public FileSystemOperationInterface {
friend class FileSystemTestHelper;
friend class IsolatedMountPointProvider;
friend class SandboxMountPointProvider;
+ friend class TestMountPointProvider;
friend class chromeos::CrosMountPointProvider;
friend class FileSystemOperationTest;

Powered by Google App Engine
This is Rietveld 408576698