summaryrefslogtreecommitdiffstats
path: root/content/shell/webkit_test_runner.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/shell/webkit_test_runner.h')
-rw-r--r--content/shell/webkit_test_runner.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/content/shell/webkit_test_runner.h b/content/shell/webkit_test_runner.h
index 8c1e294..08c3dcd 100644
--- a/content/shell/webkit_test_runner.h
+++ b/content/shell/webkit_test_runner.h
@@ -68,6 +68,10 @@ class WebKitTestRunner : public RenderViewObserver,
void SetShouldStayOnPageAfterHandlingBeforeUnload(bool should_stay_on_page);
void WaitUntilDone();
void CanOpenWindows();
+ void ShowWebInspector();
+ void CloseWebInspector();
+ void EvaluateInWebInspector(int32_t call_id, const std::string& script);
+
void NotImplemented(const std::string& object, const std::string& method);
void set_proxy(WebTestRunner::WebTestProxyBase* proxy) { proxy_ = proxy; }