| Index: webkit/tools/test_shell/layout_test_controller.h
|
| ===================================================================
|
| --- webkit/tools/test_shell/layout_test_controller.h (revision 25298)
|
| +++ webkit/tools/test_shell/layout_test_controller.h (working copy)
|
| @@ -88,6 +88,9 @@
|
| // the identity of its two arguments in C++.
|
| void objCIdentityIsEqual(const CppArgumentList& args, CppVariant* result);
|
|
|
| + // Changes the cookie policy from the default to allow all cookies.
|
| + void setAlwaysAcceptCookies(const CppArgumentList& args, CppVariant* result);
|
| +
|
| // Gives focus to the window.
|
| void setWindowIsKey(const CppArgumentList& args, CppVariant* result);
|
|
|
|
|