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

Unified Diff: chrome/browser/ui/browser.cc

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/browser/ui/browser.cc
diff --git a/chrome/browser/ui/browser.cc b/chrome/browser/ui/browser.cc
index 59da215e8a64393c96e250fa9841a81e9243d2b0..ca1fb51cf51a9a6ba2e7b00f4801f4d2c7b87fe5 100644
--- a/chrome/browser/ui/browser.cc
+++ b/chrome/browser/ui/browser.cc
@@ -309,6 +309,8 @@ Browser::CreateParams::CreateParams(Type type, Profile* profile)
is_session_restore(false),
window(NULL) {}
+Browser::CreateParams::CreateParams(const CreateParams& other) = default;
+
// static
Browser::CreateParams Browser::CreateParams::CreateForApp(
const std::string& app_name,

Powered by Google App Engine
This is Rietveld 408576698