| Index: content/browser/security_exploit_browsertest.cc
|
| diff --git a/content/browser/security_exploit_browsertest.cc b/content/browser/security_exploit_browsertest.cc
|
| index 57cefadb2fce1c6f0342122c270b8de5f8ace5b9..6f0ec5aa97470c41f0c634c15fb03b77259253cb 100644
|
| --- a/content/browser/security_exploit_browsertest.cc
|
| +++ b/content/browser/security_exploit_browsertest.cc
|
| @@ -350,7 +350,6 @@ class SecurityExploitTestInterstitialPage : public InterstitialPageDelegate {
|
|
|
| std::string GetHTMLContents() override {
|
| return "<html><head><script>"
|
| - "window.domAutomationController.setAutomationId(1);"
|
| "window.domAutomationController.send(\"okay\");"
|
| "</script></head>"
|
| "<body>this page is an interstitial</body></html>";
|
|
|