| Index: chrome/test/chromedriver/chrome/chrome_remote_impl.h
|
| diff --git a/chrome/test/chromedriver/chrome/chrome_remote_impl.h b/chrome/test/chromedriver/chrome/chrome_remote_impl.h
|
| index 656b2aed5c61778339e3c4b4ac5ebcfa4fb28e51..c3301cc454e5f00d255c18daf74770c461e9511b 100644
|
| --- a/chrome/test/chromedriver/chrome/chrome_remote_impl.h
|
| +++ b/chrome/test/chromedriver/chrome/chrome_remote_impl.h
|
| @@ -20,6 +20,7 @@ class ChromeRemoteImpl : public ChromeImpl {
|
| std::unique_ptr<DevToolsHttpClient> http_client,
|
| std::unique_ptr<DevToolsClient> websocket_client,
|
| ScopedVector<DevToolsEventListener>& devtools_event_listeners,
|
| + std::string unexpected_alert_behaviour,
|
| std::string page_load_strategy);
|
| ~ChromeRemoteImpl() override;
|
|
|
|
|