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

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

Issue 10598006: Browser tag shim (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix tests Created 8 years, 6 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
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 8888066b84f79a0e97064f745980bb039d5ebe1e..a796c273018678ee43ab1ba700eaf239d53489ca 100644
--- a/chrome/common/extensions/api/_permission_features.json
+++ b/chrome/common/extensions/api/_permission_features.json
@@ -35,6 +35,10 @@
"channel": "stable",
"extension_types": ["extension", "packaged_app"]
},
+ "browserTag": {
+ "channel": "dev",
+ "extension_types": ["platform_app"]
Aaron Boodman 2012/07/02 20:52:35 Before we launch all this stuff, we should talk ab
Mihai Parparita -not on Chrome 2012/07/02 22:05:14 I don't have a strong preference. The rationale wi
Aaron Boodman 2012/07/02 23:04:37 Agree about the rolling out gradually sentiment :)
+ },
"browsingData": {
"channel": "stable",
"extension_types": ["extension", "packaged_app"]

Powered by Google App Engine
This is Rietveld 408576698