summaryrefslogtreecommitdiffstats
path: root/webkit/tools/test_shell/layout_test_controller.h
diff options
context:
space:
mode:
authordglazkov@google.com <dglazkov@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-30 22:21:30 +0000
committerdglazkov@google.com <dglazkov@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-30 22:21:30 +0000
commit51fdaa72c37fb7915f8ea13349fa4f80fd11d84d (patch)
tree1c5cff7753cf209be4cab1f92b7f47596798c076 /webkit/tools/test_shell/layout_test_controller.h
parent9a8f8cef87a8a49bb5637d5b20883f8e7548848c (diff)
downloadchromium_src-51fdaa72c37fb7915f8ea13349fa4f80fd11d84d.zip
chromium_src-51fdaa72c37fb7915f8ea13349fa4f80fd11d84d.tar.gz
chromium_src-51fdaa72c37fb7915f8ea13349fa4f80fd11d84d.tar.bz2
Implement setXSSAuditorEnabled for test_shell
BUG=15649 BUG=15132 BUG=14889 BUG=14773 TEST=no layout test regressions R=abarth Review URL: http://codereview.chromium.org/151092 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@19672 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/tools/test_shell/layout_test_controller.h')
-rw-r--r--webkit/tools/test_shell/layout_test_controller.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/webkit/tools/test_shell/layout_test_controller.h b/webkit/tools/test_shell/layout_test_controller.h
index 4522c84..fb9f9be 100644
--- a/webkit/tools/test_shell/layout_test_controller.h
+++ b/webkit/tools/test_shell/layout_test_controller.h
@@ -170,6 +170,8 @@ class LayoutTestController : public CppBoundClass {
void setCallCloseOnWebViews(const CppArgumentList& args, CppVariant* result);
void setPrivateBrowsingEnabled(const CppArgumentList& args, CppVariant* result);
+ void setXSSAuditorEnabled(const CppArgumentList& args, CppVariant* result);
+
// The fallback method is called when a nonexistent method is called on
// the layout test controller object.
// It is usefull to catch typos in the JavaScript code (a few layout tests