| Index: chrome/test/chromedriver/web_view.h
|
| diff --git a/chrome/test/chromedriver/web_view.h b/chrome/test/chromedriver/web_view.h
|
| index 8837c90c50fd36a1c5a71670d8069eb5bd4a2532..641ece07db144342464d67b4fc5ec6cfc069b56d 100644
|
| --- a/chrome/test/chromedriver/web_view.h
|
| +++ b/chrome/test/chromedriver/web_view.h
|
| @@ -27,6 +27,9 @@ class WebView {
|
| // Return the id for this WebView.
|
| virtual std::string GetId() = 0;
|
|
|
| + // Ensure that commands can be run against the web view.
|
| + virtual Status EnsureAlive() = 0;
|
| +
|
| // Close the WebView itself.
|
| virtual Status Close() = 0;
|
|
|
|
|