| Index: chrome/common/extensions/chrome_extensions_client.cc
|
| diff --git a/chrome/common/extensions/chrome_extensions_client.cc b/chrome/common/extensions/chrome_extensions_client.cc
|
| index bb2f0da932b24f5eb363cb9fe744d73d3d9b240c..d81d3136de54c66ddfc33308816902b459e70637 100644
|
| --- a/chrome/common/extensions/chrome_extensions_client.cc
|
| +++ b/chrome/common/extensions/chrome_extensions_client.cc
|
| @@ -103,12 +103,6 @@ void ChromeExtensionsClient::Initialize() {
|
| // TODO(dmazzoni): remove this once we have an extension API that
|
| // allows any extension to request read-only access to webui pages.
|
| scripting_whitelist_.push_back(extension_misc::kChromeVoxExtensionId);
|
| -
|
| - // Whitelist "Discover DevTools Companion" extension from Google that
|
| - // needs the ability to script DevTools pages. Companion will assist
|
| - // online courses and will be needed while the online educational programs
|
| - // are in place.
|
| - scripting_whitelist_.push_back("angkfkebojeancgemegoedelbnjgcgme");
|
| }
|
|
|
| const PermissionMessageProvider&
|
|
|