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

Unified Diff: chrome/browser/ui/extensions/app_launch_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/extensions/app_launch_params.h
diff --git a/chrome/browser/ui/extensions/app_launch_params.h b/chrome/browser/ui/extensions/app_launch_params.h
index 3b69479c6c798b17f29bb1d516b9fda03de41f45..c95cc5a1cae097c93808762e317092ca73414836 100644
--- a/chrome/browser/ui/extensions/app_launch_params.h
+++ b/chrome/browser/ui/extensions/app_launch_params.h
@@ -46,6 +46,8 @@ struct AppLaunchParams {
chrome::HostDesktopType desktop_type,
extensions::AppLaunchSource source);
+ AppLaunchParams(const AppLaunchParams& other);
+
~AppLaunchParams();
// The profile to load the application from.

Powered by Google App Engine
This is Rietveld 408576698