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

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

Issue 1022543002: [chromedriver] Implement DELETE NetworkConditions (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Retrieving network conditions after deleting them raises an exception Created 5 years, 9 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 67d9ff88f5f42d495c90167d3069b63339bb9cc0..ec4a68c2eb0780bfd51b6f8cd6e7e2384654436a 100644
--- a/chrome/test/chromedriver/window_commands.h
+++ b/chrome/test/chromedriver/window_commands.h
@@ -296,6 +296,12 @@ Status ExecuteSetNetworkConditions(
const base::DictionaryValue& params,
scoped_ptr<base::Value>* value);
+Status ExecuteDeleteNetworkConditions(
+ 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