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

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

Issue 9721013: Move topSites API out of experimental (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Merge Created 8 years, 9 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
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 "extension_types": ["packaged_app", "hosted_app"] 7 "extension_types": ["packaged_app", "hosted_app"]
8 }, 8 },
9 "background": { 9 "background": {
10 "extension_types": [ 10 "extension_types": [
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
147 "tabs": { 147 "tabs": {
148 "extension_types": ["extension", "packaged_app", "platform_app"] 148 "extension_types": ["extension", "packaged_app", "platform_app"]
149 }, 149 },
150 "terminalPrivate": { 150 "terminalPrivate": {
151 "extension_types": ["extension", "packaged_app", "platform_app"], 151 "extension_types": ["extension", "packaged_app", "platform_app"],
152 "whitelist": [ 152 "whitelist": [
153 "pnhechapfaindjhompbnflcldabbghjo", // HTerm 153 "pnhechapfaindjhompbnflcldabbghjo", // HTerm
154 "okddffdblfhhnmhodogpojmfkjmhinfp" // HTerm dev 154 "okddffdblfhhnmhodogpojmfkjmhinfp" // HTerm dev
155 ] 155 ]
156 }, 156 },
157 "topSites": {
158 "extension_types": ["extension", "packaged_app"]
159 },
157 "tts": { 160 "tts": {
158 "extension_types": ["extension", "packaged_app", "platform_app"] 161 "extension_types": ["extension", "packaged_app", "platform_app"]
159 }, 162 },
160 "ttsEngine": { 163 "ttsEngine": {
161 "extension_types": ["extension", "packaged_app", "platform_app"] 164 "extension_types": ["extension", "packaged_app", "platform_app"]
162 }, 165 },
163 "unlimitedStorage": { 166 "unlimitedStorage": {
164 "extension_types": [ 167 "extension_types": [
165 "extension", "packaged_app", "hosted_app", "platform_app" 168 "extension", "packaged_app", "hosted_app", "platform_app"
166 ] 169 ]
(...skipping 18 matching lines...) Expand all
185 "afchcafgojfnemjkcbhfekplkmjaldaa" // Enterprise Web Store 188 "afchcafgojfnemjkcbhfekplkmjaldaa" // Enterprise Web Store
186 ] 189 ]
187 }, 190 },
188 "webRequest": { 191 "webRequest": {
189 "extension_types": ["extension", "packaged_app"] 192 "extension_types": ["extension", "packaged_app"]
190 }, 193 },
191 "webRequestBlocking": { 194 "webRequestBlocking": {
192 "extension_types": ["extension", "packaged_app"] 195 "extension_types": ["extension", "packaged_app"]
193 } 196 }
194 } 197 }
OLDNEW
« no previous file with comments | « chrome/common/common_resources.grd ('k') | chrome/common/extensions/api/experimental.topSites.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698