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

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

Issue 10966025: Change bookmarkManager API from experimental to private. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: shrug Created 8 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 unified diff | Download patch | Annotate | Revision Log
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 "activeTab": { 6 "activeTab": {
7 "channel": "dev", 7 "channel": "dev",
8 "extension_types": ["extension", "packaged_app"], 8 "extension_types": ["extension", "packaged_app"],
9 "min_manifest_version": 2 9 "min_manifest_version": 2
10 }, 10 },
(...skipping 17 matching lines...) Expand all
28 "audioCapture": { 28 "audioCapture": {
29 "channel": "stable", 29 "channel": "stable",
30 "extension_types": ["platform_app"] 30 "extension_types": ["platform_app"]
31 }, 31 },
32 "background": { 32 "background": {
33 "channel": "stable", 33 "channel": "stable",
34 "extension_types": [ 34 "extension_types": [
35 "extension", "packaged_app", "hosted_app", "platform_app" 35 "extension", "packaged_app", "hosted_app", "platform_app"
36 ] 36 ]
37 }, 37 },
38 "bookmarkManager": {
not at google - send to devlin 2012/09/21 00:55:40 All other component/private APIs are called fooPri
Aaron Boodman 2012/09/21 01:37:40 Not all of them, but OK.
39 "channel": "stable",
40 "extension_types": ["extension", "packaged_app"],
41 "location": "component"
42 },
38 "bookmarks": { 43 "bookmarks": {
39 "channel": "stable", 44 "channel": "stable",
40 "extension_types": ["extension", "packaged_app"] 45 "extension_types": ["extension", "packaged_app"]
41 }, 46 },
42 "browserTag": { 47 "browserTag": {
43 "channel": "dev", 48 "channel": "dev",
44 "extension_types": ["extension", "platform_app"] 49 "extension_types": ["extension", "platform_app"]
45 }, 50 },
46 "browsingData": { 51 "browsingData": {
47 "channel": "stable", 52 "channel": "stable",
(...skipping 276 matching lines...) Expand 10 before | Expand all | Expand 10 after
324 }, 329 },
325 "webRequest": { 330 "webRequest": {
326 "channel": "stable", 331 "channel": "stable",
327 "extension_types": ["extension", "packaged_app"] 332 "extension_types": ["extension", "packaged_app"]
328 }, 333 },
329 "webRequestBlocking": { 334 "webRequestBlocking": {
330 "channel": "stable", 335 "channel": "stable",
331 "extension_types": ["extension", "packaged_app"] 336 "extension_types": ["extension", "packaged_app"]
332 } 337 }
333 } 338 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698