| Index: extensions/browser/api/app_runtime/app_runtime_api.cc
|
| diff --git a/extensions/browser/api/app_runtime/app_runtime_api.cc b/extensions/browser/api/app_runtime/app_runtime_api.cc
|
| index f24d52cb19b367c7be3a976cf0f95bcb4e6e6ea5..c652d8c174567a79795a8677e88b05d6bc5962fc 100644
|
| --- a/extensions/browser/api/app_runtime/app_runtime_api.cc
|
| +++ b/extensions/browser/api/app_runtime/app_runtime_api.cc
|
| @@ -114,6 +114,8 @@ app_runtime::LaunchSource getLaunchSourceEnum(
|
| return app_runtime::LAUNCH_SOURCE_CHROME_INTERNAL;
|
| case extensions::SOURCE_TEST:
|
| return app_runtime::LAUNCH_SOURCE_TEST;
|
| + case extensions::SOURCE_INSTALLED_NOTIFICATION:
|
| + return app_runtime::LAUNCH_SOURCE_INSTALLED_NOTIFICATION;
|
|
|
| default:
|
| return app_runtime::LAUNCH_SOURCE_NONE;
|
|
|