Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5318)

Unified Diff: chrome/common/extensions/chrome_extensions_client.cc

Issue 1082363004: DevTools: kill codeschool extension from whitelist (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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&
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698