| Index: chrome/browser/ui/webui/extensions/extension_settings_handler.cc
|
| diff --git a/chrome/browser/ui/webui/extensions/extension_settings_handler.cc b/chrome/browser/ui/webui/extensions/extension_settings_handler.cc
|
| index b82bb77ca6c4ef1a4204d969a77162341f34223f..3b7eb3561b08446db6c8c1d8b9c448f6b3eb8657 100644
|
| --- a/chrome/browser/ui/webui/extensions/extension_settings_handler.cc
|
| +++ b/chrome/browser/ui/webui/extensions/extension_settings_handler.cc
|
| @@ -779,8 +779,7 @@ void ExtensionSettingsHandler::HandleRequestExtensionsData(
|
| // Promote the Chrome Apps & Extensions Developer Tools if they are not
|
| // installed and the user has not previously dismissed the warning.
|
| bool promote_apps_dev_tools = false;
|
| - if (GetCurrentChannel() <= chrome::VersionInfo::CHANNEL_DEV &&
|
| - !ExtensionRegistry::Get(Profile::FromWebUI(web_ui()))->
|
| + if (!ExtensionRegistry::Get(Profile::FromWebUI(web_ui()))->
|
| GetExtensionById(kAppsDeveloperToolsExtensionId,
|
| ExtensionRegistry::EVERYTHING) &&
|
| !profile->GetPrefs()->GetBoolean(prefs::kExtensionsUIDismissedADTPromo)) {
|
|
|