Index: chrome/test/webdriver/webdriver_automation.h |
diff --git a/chrome/test/webdriver/webdriver_automation.h b/chrome/test/webdriver/webdriver_automation.h |
index 895dcd137fa6728f189fe53fce55bb14d6e020d5..d32a4a575c3d35d919c1571f45671f683a885720 100644 |
--- a/chrome/test/webdriver/webdriver_automation.h |
+++ b/chrome/test/webdriver/webdriver_automation.h |
@@ -68,9 +68,6 @@ class Automation { |
// True if the browser should ignore certificate related errors. |
bool ignore_certificate_errors; |
- |
- // True if the browser should disable popup blocking. |
- bool disable_popup_blocking; |
}; |
explicit Automation(const Logger& logger); |