Index: chrome/test/webdriver/webdriver_session.h |
diff --git a/chrome/test/webdriver/webdriver_session.h b/chrome/test/webdriver/webdriver_session.h |
index 7c2f6b632f40ce7f24b8e50e214697e34775fca2..776c9dd4baa35c9c343c737bd9d6e446728b3e99 100644 |
--- a/chrome/test/webdriver/webdriver_session.h |
+++ b/chrome/test/webdriver/webdriver_session.h |
@@ -403,6 +403,9 @@ class Session { |
std::string alert_prompt_text_; |
bool has_alert_prompt_text_; |
+ // True if the session has started the termination process. |
+ bool terminated_; |
+ |
Options options_; |
DISALLOW_COPY_AND_ASSIGN(Session); |