Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1853)

Unified Diff: content/shell/webkit_test_runner.h

Issue 11316244: [content shell] add support for a testRunner.setXSSAuditorEnabled (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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; }

Powered by Google App Engine
This is Rietveld 408576698