Chromium Code Reviews| Index: third_party/WebKit/Source/web/tests/sim/SimTest.h |
| diff --git a/third_party/WebKit/Source/web/tests/sim/SimTest.h b/third_party/WebKit/Source/web/tests/sim/SimTest.h |
| index 0b51249623d8b24206f02867699eee8d188758ad..0a3a83a8a93d7d29ff2a914e81ad85251d896110 100644 |
| --- a/third_party/WebKit/Source/web/tests/sim/SimTest.h |
| +++ b/third_party/WebKit/Source/web/tests/sim/SimTest.h |
| @@ -35,6 +35,8 @@ class SimTest : public ::testing::Test { |
| const SimWebViewClient& WebViewClient() const; |
| SimCompositor& Compositor(); |
| + String ExecuteJavaScript(String); |
|
esprehn
2017/04/20 19:54:07
The spirit of sim tests is that you should avoid w
|
| + |
| Vector<String>& ConsoleMessages() { return console_messages_; } |
| private: |