Index: webkit/tools/test_shell/layout_test_controller.h |
=================================================================== |
--- webkit/tools/test_shell/layout_test_controller.h (revision 26700) |
+++ webkit/tools/test_shell/layout_test_controller.h (working copy) |
@@ -197,6 +197,9 @@ |
// Allows layout tests to call SecurityOrigin::whiteListAccessFromOrigin(). |
void whiteListAccessFromOrigin(const CppArgumentList& args, CppVariant* result); |
+ // Clears all databases. |
+ void clearAllDatabases(const CppArgumentList& args, CppVariant* result); |
+ |
public: |
// The following methods are not exposed to JavaScript. |
void SetWorkQueueFrozen(bool frozen) { work_queue_.set_frozen(frozen); } |