| 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.
|
|
|