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 b8d5e14e1f0f8fbc98aa97fbc8c8ef4c08201f9b..3fedd2a9398ae18dccee10af2f2cc65d2fbfa186 100644 |
--- a/chrome/browser/apps/app_launch_for_metro_restart_win.cc |
+++ b/chrome/browser/apps/app_launch_for_metro_restart_win.cc |
@@ -44,7 +44,8 @@ |
return; |
AppRuntimeEventRouter::DispatchOnLaunchedEvent( |
- profile, extension, extensions::SOURCE_RESTART, nullptr); |
+ profile, extension, extensions::SOURCE_RESTART, |
+ std::unique_ptr<extensions::api::app_runtime::ActionData>()); |
} |
} // namespace |