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

Unified Diff: components/html_viewer/web_test_delegate_impl.h

Issue 1297173002: html_viewer: Make sure window.internals is set-up correctly in layout-tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 5 years, 4 months 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: 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);
};
« no previous file with comments | « components/html_viewer/layout_test_content_handler_impl.cc ('k') | components/html_viewer/web_test_delegate_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698