| Index: chrome/browser/chromeos/file_manager/file_tasks.cc
|
| diff --git a/chrome/browser/chromeos/file_manager/file_tasks.cc b/chrome/browser/chromeos/file_manager/file_tasks.cc
|
| index 66619f6065f9a562dc7a55636812bfe582c6bad5..a09ef5907d13ceb70f46809ce1ad96a8e9d6de64 100644
|
| --- a/chrome/browser/chromeos/file_manager/file_tasks.cc
|
| +++ b/chrome/browser/chromeos/file_manager/file_tasks.cc
|
| @@ -405,10 +405,6 @@ void FindFileHandlerTasks(
|
| if (!CanLaunchViaEvent(extension))
|
| continue;
|
|
|
| - // Ephemeral apps cannot be file handlers.
|
| - if (extensions::util::IsEphemeralApp(extension->id(), profile))
|
| - continue;
|
| -
|
| if (profile->IsOffTheRecord() &&
|
| !extensions::util::IsIncognitoEnabled(extension->id(), profile))
|
| continue;
|
|
|