| Index: chrome/browser/extensions/api/developer_private/developer_private_api.cc
|
| diff --git a/chrome/browser/extensions/api/developer_private/developer_private_api.cc b/chrome/browser/extensions/api/developer_private/developer_private_api.cc
|
| index ff983e031a96cf3dbe270cda0ebefb316ac7c857..6c0c2b3c075ed485a93c68cbd67e532673cc2a04 100644
|
| --- a/chrome/browser/extensions/api/developer_private/developer_private_api.cc
|
| +++ b/chrome/browser/extensions/api/developer_private/developer_private_api.cc
|
| @@ -1218,8 +1218,9 @@ bool DeveloperPrivateGetStringsFunction::RunImpl() {
|
| SET_STRING("appsDevtoolNoApps", IDS_APPS_DEVTOOL_NO_APPS_INSTALLED);
|
| SET_STRING("appsDevtoolApps", IDS_APPS_DEVTOOL_APPS_INSTALLED);
|
| SET_STRING("appsDevtoolExtensions", IDS_APPS_DEVTOOL_EXTENSIONS_INSTALLED);
|
| - SET_STRING("appsDevtoolNoExtensions",
|
| - IDS_EXTENSIONS_NONE_INSTALLED);
|
| + SET_STRING("appsDevtoolNoExtensions", IDS_EXTENSIONS_NONE_INSTALLED);
|
| + SET_STRING("appsDevtoolUnpacked", IDS_APPS_DEVTOOL_UNPACKED_INSTALLED);
|
| + SET_STRING("appsDevtoolNoUnpacked", IDS_APPS_DEVTOOL_NO_UNPACKED_INSTALLED);
|
| SET_STRING("appsDevtoolTitle", IDS_APPS_DEVTOOL_TITLE);
|
| SET_STRING("extensionSettingsGetMoreExtensions", IDS_GET_MORE_EXTENSIONS);
|
| SET_STRING("extensionSettingsExtensionId", IDS_EXTENSIONS_ID);
|
|
|