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

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

Issue 883083002: [chromedriver] Add Network Conditions Override Manager and tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add a filtered-out offline test Created 5 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/window_commands.h
diff --git a/chrome/test/chromedriver/window_commands.h b/chrome/test/chromedriver/window_commands.h
index 612906e2ca1a314eed71b75eebcd9e1b9da9032c..67d9ff88f5f42d495c90167d3069b63339bb9cc0 100644
--- a/chrome/test/chromedriver/window_commands.h
+++ b/chrome/test/chromedriver/window_commands.h
@@ -290,6 +290,12 @@ Status ExecuteSetLocation(
const base::DictionaryValue& params,
scoped_ptr<base::Value>* value);
+Status ExecuteSetNetworkConditions(
+ Session* session,
+ WebView* web_view,
+ const base::DictionaryValue& params,
+ scoped_ptr<base::Value>* value);
+
Status ExecuteTakeHeapSnapshot(
Session* session,
WebView* web_view,

Powered by Google App Engine
This is Rietveld 408576698