Chromium Code Reviews| 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, |