| Index: chrome/test/chromedriver/chrome/devtools_http_client.h
|
| diff --git a/chrome/test/chromedriver/chrome/devtools_http_client.h b/chrome/test/chromedriver/chrome/devtools_http_client.h
|
| index 6f7cbdfa4cf4e54a92f82cdc83f0338ace40e050..91209ee7e3b7f7b2a422d6f0df5c65a8816992b6 100644
|
| --- a/chrome/test/chromedriver/chrome/devtools_http_client.h
|
| +++ b/chrome/test/chromedriver/chrome/devtools_http_client.h
|
| @@ -43,6 +43,7 @@ struct WebViewInfo {
|
| const std::string& debugger_url,
|
| const std::string& url,
|
| Type type);
|
| + WebViewInfo(const WebViewInfo& other);
|
| ~WebViewInfo();
|
|
|
| bool IsFrontend() const;
|
|
|