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

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

Issue 1731483003: chrome: Add out-of-line copy ctors for complex classes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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/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;

Powered by Google App Engine
This is Rietveld 408576698