Index: webkit/tools/test_shell/test_shell_webkit_init.h |
=================================================================== |
--- webkit/tools/test_shell/test_shell_webkit_init.h (revision 22402) |
+++ webkit/tools/test_shell/test_shell_webkit_init.h (working copy) |
@@ -74,6 +74,10 @@ |
return NULL; |
} |
+ virtual bool sandboxEnabled() { |
+ return false; |
+ } |
+ |
virtual bool getFileSize(const WebKit::WebString& path, long long& result) { |
return file_util::GetFileSize( |
FilePath(webkit_glue::WebStringToFilePathString(path)), |