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

Unified Diff: chrome/browser/resources/feedback/js/event_handler.js

Issue 2297113002: Whitelist the APIs for chromeos/onhub recovery untility extensions. (Closed)
Patch Set: rebase and merge from origin/master Created 4 years, 3 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 | chrome/common/extensions/api/_permission_features.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/feedback/js/event_handler.js
diff --git a/chrome/browser/resources/feedback/js/event_handler.js b/chrome/browser/resources/feedback/js/event_handler.js
index 29723075b12205cf9181ab5b86857119ca8ea2b4..f58a194bd3dac3f612b4d61cf613dfa1e0881e5f 100644
--- a/chrome/browser/resources/feedback/js/event_handler.js
+++ b/chrome/browser/resources/feedback/js/event_handler.js
@@ -72,6 +72,7 @@ var whitelistedExtensionIds = [
'E9CE07C7EDEFE70B9857B312E88F94EC49FCC30F', // http://crbug.com/473845
'A4577D8C2AF4CF26F40CBCA83FFA4251D6F6C8F8', // http://crbug.com/478929
'A8208CCC87F8261AFAEB6B85D5E8D47372DDEA6B', // http://crbug.com/478929
+ // TODO (ntang) Remove the following 2 hashes by 12/31/2017.
'B620CF4203315F9F2E046EDED22C7571A935958D', // http://crbug.com/510270
'B206D8716769728278D2D300349C6CB7D7DE2EF9', // http://crbug.com/510270
'EFCF5358672FEE04789FD2EC3638A67ADEDB6C8C', // http://crbug.com/514696
@@ -79,6 +80,8 @@ var whitelistedExtensionIds = [
'F33B037DEDA65F226B7409C2ADB0CF3F8565AB03', // http://crbug.com/541769
'969C788BCBC82FBBE04A17360CA165C23A419257', // http://crbug.com/541769
'3BC3740BFC58F06088B300274B4CFBEA20136342', // http://crbug.com/541769
+ '2B6C6A4A5940017146F3E58B7F90116206E84685', // http://crbug.com/642141
+ '96FF2FFA5C9173C76D47184B3E86D267B37781DE', // http://crbug.com/642141
];
/**
« no previous file with comments | « no previous file | chrome/common/extensions/api/_permission_features.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698