Index: chrome/test/chromedriver/window_commands.cc |
diff --git a/chrome/test/chromedriver/window_commands.cc b/chrome/test/chromedriver/window_commands.cc |
index 6fd252408a35e500d54cd2b5cf73df98ef1bc343..1d0fd468664558c29d9222b698229a4d7309bdff 100644 |
--- a/chrome/test/chromedriver/window_commands.cc |
+++ b/chrome/test/chromedriver/window_commands.cc |
@@ -232,7 +232,6 @@ Status ExecuteWindowCommand(const WindowCommand& command, |
// Switch to main frame and retry command if subframe no longer exists. |
session->SwitchToTopFrame(); |
} |
- |
nav_status = web_view->WaitForPendingNavigations( |
session->GetCurrentFrameId(), |
Timeout(session->page_load_timeout, &timeout), true); |