Chromium Code Reviews| Index: chrome/test/chromedriver/stub_web_view.cc |
| diff --git a/chrome/test/chromedriver/stub_web_view.cc b/chrome/test/chromedriver/stub_web_view.cc |
| index 9718f4a0b2f513baa05dcd52501e822ddd35e37f..8d36c35e15dc27ace435fa24dbc0a23f377caee1 100644 |
| --- a/chrome/test/chromedriver/stub_web_view.cc |
| +++ b/chrome/test/chromedriver/stub_web_view.cc |
| @@ -15,6 +15,10 @@ std::string StubWebView::GetId() { |
| return id_; |
| } |
| +Status StubWebView::ConnectIfNecessary() { |
| + return Status(kOk); |
| +} |
| + |
| Status StubWebView::Close() { |
| return Status(kOk); |
| } |