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, |