| Index: chrome/browser/apps/app_launch_for_metro_restart_win.cc
|
| diff --git a/chrome/browser/apps/app_launch_for_metro_restart_win.cc b/chrome/browser/apps/app_launch_for_metro_restart_win.cc
|
| index 978e1e274aa7c2a7d68b31e597eabdb9f2c4c434..3fedd2a9398ae18dccee10af2f2cc65d2fbfa186 100644
|
| --- a/chrome/browser/apps/app_launch_for_metro_restart_win.cc
|
| +++ b/chrome/browser/apps/app_launch_for_metro_restart_win.cc
|
| @@ -20,6 +20,7 @@
|
| #include "components/prefs/pref_service.h"
|
| #include "extensions/browser/api/app_runtime/app_runtime_api.h"
|
| #include "extensions/browser/extension_system.h"
|
| +#include "extensions/common/api/app_runtime.h"
|
| #include "extensions/common/constants.h"
|
|
|
| using extensions::AppRuntimeEventRouter;
|
| @@ -43,7 +44,8 @@ void LaunchAppWithId(Profile* profile,
|
| return;
|
|
|
| AppRuntimeEventRouter::DispatchOnLaunchedEvent(
|
| - profile, extension, extensions::SOURCE_RESTART);
|
| + profile, extension, extensions::SOURCE_RESTART,
|
| + std::unique_ptr<extensions::api::app_runtime::ActionData>());
|
| }
|
|
|
| } // namespace
|
|
|