summaryrefslogtreecommitdiffstats
path: root/webkit/tools/test_shell/test_shell.h
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/tools/test_shell/test_shell.h')
-rw-r--r--webkit/tools/test_shell/test_shell.h7
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