| Index: chrome/browser/extensions/api/app_runtime/app_runtime_api.cc | 
| diff --git a/chrome/browser/extensions/api/app_runtime/app_runtime_api.cc b/chrome/browser/extensions/api/app_runtime/app_runtime_api.cc | 
| index 55818f1d6c390fdbb4697b4fe4dcafd14ed050f0..ca684f35d8355de34991551015d90dd5b3211e41 100644 | 
| --- a/chrome/browser/extensions/api/app_runtime/app_runtime_api.cc | 
| +++ b/chrome/browser/extensions/api/app_runtime/app_runtime_api.cc | 
| @@ -70,6 +70,7 @@ void AppEventRouter::DispatchOnRestartedEvent(Profile* profile, | 
| scoped_ptr<Event> event(new Event(app_runtime::OnRestarted::kEventName, | 
| arguments.Pass())); | 
| event->restrict_to_browser_context = profile; | 
| +  event->can_load_ephemeral_apps = true; | 
| extensions::ExtensionSystem::Get(profile)->event_router()-> | 
| DispatchEventToExtension(extension->id(), event.Pass()); | 
| } | 
|  |