diff options
author | kinuko@chromium.org <kinuko@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-23 21:41:16 +0000 |
---|---|---|
committer | kinuko@chromium.org <kinuko@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-23 21:41:16 +0000 |
commit | ca6667890dde9c98fc1ad8203f002757ea740110 (patch) | |
tree | 78e095e67430c8ab873c6198e9e9449cd04b9295 /webkit/tools/test_shell/test_shell.h | |
parent | 72a7922929363288647ccce827a56a752be66c24 (diff) | |
download | chromium_src-ca6667890dde9c98fc1ad8203f002757ea740110.zip chromium_src-ca6667890dde9c98fc1ad8203f002757ea740110.tar.gz chromium_src-ca6667890dde9c98fc1ad8203f002757ea740110.tar.bz2 |
Extend simple_file_system to use SandboxedFileSystemOperation
so that most of the code paths that run in chromium can be tested
in test_shell.
Also removed SandboxedFileSystemContext::CheckIfFilePathIsSafe that is not used at all.
BUG=60243
TEST=fast/filesystem
Review URL: http://codereview.chromium.org/4879001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67158 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/tools/test_shell/test_shell.h')
-rw-r--r-- | webkit/tools/test_shell/test_shell.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/webkit/tools/test_shell/test_shell.h b/webkit/tools/test_shell/test_shell.h index 7c320a2..048c5ff 100644 --- a/webkit/tools/test_shell/test_shell.h +++ b/webkit/tools/test_shell/test_shell.h @@ -351,10 +351,6 @@ public: test_params_ = test_params; } - const FilePath& file_system_root() const { - return file_system_root_.path(); - } - #if defined(OS_MACOSX) // handle cleaning up a shell given the associated window static void DestroyAssociatedShell(gfx::NativeWindow handle); @@ -460,9 +456,6 @@ private: scoped_ptr<WebKit::WebSpeechInputControllerMock> speech_input_controller_mock_; - // A temporary directory for FileSystem API. - ScopedTempDir file_system_root_; - const TestParams* test_params_; // True while a test is preparing to run |