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

Side by Side Diff: chrome/common/extensions/api/_permission_features.json

Issue 10177006: Put storage API back into stable channel (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 { 5 {
6 "appNotifications": { 6 "appNotifications": {
7 "channel": "stable", 7 "channel": "stable",
8 "extension_types": ["packaged_app", "hosted_app"] 8 "extension_types": ["packaged_app", "hosted_app"]
9 }, 9 },
10 "background": { 10 "background": {
(...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after
174 }, 174 },
175 "serial": { 175 "serial": {
176 "channel": "stable", 176 "channel": "stable",
177 "extension_types": ["platform_app"] 177 "extension_types": ["platform_app"]
178 }, 178 },
179 "socket": { 179 "socket": {
180 "channel": "stable", 180 "channel": "stable",
181 "extension_types": ["platform_app"] 181 "extension_types": ["platform_app"]
182 }, 182 },
183 "storage": { 183 "storage": {
184 "channel": "dev", 184 "channel": "stable",
185 "extension_types": ["extension", "packaged_app", "platform_app"], 185 "extension_types": ["extension", "packaged_app", "platform_app"],
186 "min_manifest_version": 2 186 "min_manifest_version": 2
187 }, 187 },
188 "systemPrivate": { 188 "systemPrivate": {
189 "channel": "stable", 189 "channel": "stable",
190 "extension_types": ["extension", "packaged_app", "platform_app"], 190 "extension_types": ["extension", "packaged_app", "platform_app"],
191 "location": "component" 191 "location": "component"
192 }, 192 },
193 "tabs": { 193 "tabs": {
194 "channel": "stable", 194 "channel": "stable",
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
245 }, 245 },
246 "webRequest": { 246 "webRequest": {
247 "channel": "stable", 247 "channel": "stable",
248 "extension_types": ["extension", "packaged_app"] 248 "extension_types": ["extension", "packaged_app"]
249 }, 249 },
250 "webRequestBlocking": { 250 "webRequestBlocking": {
251 "channel": "stable", 251 "channel": "stable",
252 "extension_types": ["extension", "packaged_app"] 252 "extension_types": ["extension", "packaged_app"]
253 } 253 }
254 } 254 }
OLDNEW
« 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