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

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

Issue 883083002: [chromedriver] Add Network Conditions Override Manager and tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix warning 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/chrome/stub_web_view.h
diff --git a/chrome/test/chromedriver/chrome/stub_web_view.h b/chrome/test/chromedriver/chrome/stub_web_view.h
index 0f59e6d6a7e1876f523db3b2e66a504c2a94de7a..4b23879e4e27b341f25ed656eeb42b2c86e35200 100644
--- a/chrome/test/chromedriver/chrome/stub_web_view.h
+++ b/chrome/test/chromedriver/chrome/stub_web_view.h
@@ -60,6 +60,8 @@ class StubWebView : public WebView {
bool* is_pending) override;
JavaScriptDialogManager* GetJavaScriptDialogManager() override;
Status OverrideGeolocation(const Geoposition& geoposition) override;
+ Status OverrideNetworkConditions(
+ const NetworkConditions& network_conditions) override;
Status CaptureScreenshot(std::string* screenshot) override;
Status SetFileInputFiles(const std::string& frame,
const base::DictionaryValue& element,
« no previous file with comments | « chrome/test/chromedriver/chrome/recorder_devtools_client.cc ('k') | chrome/test/chromedriver/chrome/stub_web_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698