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

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

Issue 2065733002: Add a method to override the network conditions of the ChromeDriver session. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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/window_commands.h
diff --git a/chrome/test/chromedriver/window_commands.h b/chrome/test/chromedriver/window_commands.h
index 0f33d22f750e581e7170c433a07a826528fd9461..5c369563b6df2881234cc39af021368b83205256 100644
--- a/chrome/test/chromedriver/window_commands.h
+++ b/chrome/test/chromedriver/window_commands.h
@@ -309,6 +309,12 @@ Status ExecuteSetNetworkConditions(Session* session,
std::unique_ptr<base::Value>* value,
Timeout* timeout);
+Status ExecuteSetEmulatedNetworkConditions(Session* session,
samuong 2016/06/14 17:46:00 this is a really long name, let's change this to E
roisinmcl 2016/06/17 18:13:33 Changed this throughout the files where it is call
+ WebView* web_view,
+ const base::DictionaryValue& params,
+ std::unique_ptr<base::Value>* value,
+ Timeout* timeout);
+
Status ExecuteDeleteNetworkConditions(Session* session,
WebView* web_view,
const base::DictionaryValue& params,

Powered by Google App Engine
This is Rietveld 408576698