Index: components/html_viewer/web_test_delegate_impl.h |
diff --git a/components/html_viewer/web_test_delegate_impl.h b/components/html_viewer/web_test_delegate_impl.h |
index 023b5325369d8f1398bf6536f25a1eb3214bd3e8..3125d68a6143e33ebcec9649fe1b31cdda55b494 100644 |
--- a/components/html_viewer/web_test_delegate_impl.h |
+++ b/components/html_viewer/web_test_delegate_impl.h |
@@ -112,10 +112,12 @@ class WebTestDelegateImpl : public test_runner::WebTestDelegate { |
blink::WebPlugin* CreatePluginPlaceholder( |
blink::WebLocalFrame* frame, |
const blink::WebPluginParams& params) override; |
+ void OnWebTestProxyBaseDestroy(test_runner::WebTestProxyBase* base) override; |
test_runner::TestPreferences prefs_; |
test_runner::WebTestInterfaces* test_interfaces_; |
test_runner::WebTestProxyBase* proxy_; |
+ std::string dump_tree_; |
DISALLOW_COPY_AND_ASSIGN(WebTestDelegateImpl); |
}; |