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

Unified Diff: chrome/browser/ui/browser_navigator_params.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/browser/ui/browser_navigator_params.h
diff --git a/chrome/browser/ui/browser_navigator_params.h b/chrome/browser/ui/browser_navigator_params.h
index 9e3382234bf0e5e5f4c9e9c08fe6a18f5d1a9a00..e9630fdfee873af381944a75d17865e2ce2ad102 100644
--- a/chrome/browser/ui/browser_navigator_params.h
+++ b/chrome/browser/ui/browser_navigator_params.h
@@ -66,6 +66,7 @@ struct NavigateParams {
NavigateParams(Profile* profile,
const GURL& a_url,
ui::PageTransition a_transition);
+ NavigateParams(const NavigateParams& other);
~NavigateParams();
// The URL/referrer to be loaded. Ignored if |target_contents| is non-NULL.

Powered by Google App Engine
This is Rietveld 408576698