Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1295)

Unified Diff: chrome/test/chromedriver/element_commands.h

Issue 1669453002: [chromedriver] Apply page load timeout to slow cross-process navigations (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove DEPS modifications. Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/test/chromedriver/element_commands.h
diff --git a/chrome/test/chromedriver/element_commands.h b/chrome/test/chromedriver/element_commands.h
index 146f28afca198037f15f063994a8fa311da370b2..68cd197b910fdf03c2f0a1a7d7a1c1037e67b1cf 100644
--- a/chrome/test/chromedriver/element_commands.h
+++ b/chrome/test/chromedriver/element_commands.h
@@ -17,6 +17,7 @@ class Value;
struct Session;
class Status;
+class Timeout;
class WebView;
typedef base::Callback<Status(
@@ -32,7 +33,8 @@ Status ExecuteElementCommand(
Session* session,
WebView* web_view,
const base::DictionaryValue& params,
- scoped_ptr<base::Value>* value);
+ scoped_ptr<base::Value>* value,
+ Timeout* timeout);
// Search for an element on the page, starting from the given element.
Status ExecuteFindChildElement(

Powered by Google App Engine
This is Rietveld 408576698