Index: content/shell/webkit_test_runner.h |
diff --git a/content/shell/webkit_test_runner.h b/content/shell/webkit_test_runner.h |
index a6eafafd7738d8ac6dcae949b8776e296f495df9..a2cef173e6bb18d05963c852ae4ef95b668917cc 100644 |
--- a/content/shell/webkit_test_runner.h |
+++ b/content/shell/webkit_test_runner.h |
@@ -59,7 +59,9 @@ class WebKitTestRunner : public RenderViewObserver, |
virtual WebKit::WebString getAbsoluteWebStringFromUTF8Path( |
const std::string& utf8_path); |
+ void Reset(); |
void Display(); |
+ void SetXSSAuditorEnabled(bool enabled); |
void set_proxy(WebTestRunner::WebTestProxyBase* proxy) { proxy_ = proxy; } |