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

Unified Diff: chrome/common/extensions/api/_permission_features.json

Issue 14683005: Update code editor whitelist ID for developerPrivate API. (Closed) Base URL: http://git.chromium.org/chromium/src.git@launch
Patch Set: rebase Created 7 years, 7 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/api/_permission_features.json
diff --git a/chrome/common/extensions/api/_permission_features.json b/chrome/common/extensions/api/_permission_features.json
index b18e4c382191da0f047bdd51d19e2ea0e33313aa..0c21648f1826c56e4c12c2630d01e7f914c5f721 100644
--- a/chrome/common/extensions/api/_permission_features.json
+++ b/chrome/common/extensions/api/_permission_features.json
@@ -132,8 +132,10 @@
"channel": "dev",
"extension_types": ["platform_app"],
"whitelist": [
- "lphgohfeebnhcpiohjndkgbhhkoapkjc", // Apps Debugger
- "gonnpeheodhmhdjiimoiheniambmdcco" // Apps Editor.
+ "lphgohfeebnhcpiohjndkgbhhkoapkjc", // Apps Debugger
+ "gonnpeheodhmhdjiimoiheniambmdcco", // Apps Editor old.
+ // TODO(grv) : clean up once after publish.
+ "cbelnpbjogfbjamhpbofhlnklecjpido" // Apps Editor published.
]
},
"devtools": {
@@ -281,7 +283,8 @@
"channel": "stable",
"extension_types": ["platform_app"],
"whitelist": [
- "gonnpeheodhmhdjiimoiheniambmdcco" // Apps Editor.
+ "gonnpeheodhmhdjiimoiheniambmdcco", // Apps Editor old.
+ "cbelnpbjogfbjamhpbofhlnklecjpido" // Apps Editor published.
]
}
],
« 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