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

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: Moved topSites API out of experimental 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 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
143 "tabs": { 143 "tabs": {
144 "extension_types": ["extension", "packaged_app"] 144 "extension_types": ["extension", "packaged_app"]
145 }, 145 },
146 "terminalPrivate": { 146 "terminalPrivate": {
147 "extension_types": ["extension", "packaged_app", "platform_app"], 147 "extension_types": ["extension", "packaged_app", "platform_app"],
148 "whitelist": [ 148 "whitelist": [
149 "pnhechapfaindjhompbnflcldabbghjo", // HTerm 149 "pnhechapfaindjhompbnflcldabbghjo", // HTerm
150 "okddffdblfhhnmhodogpojmfkjmhinfp" // HTerm dev 150 "okddffdblfhhnmhodogpojmfkjmhinfp" // HTerm dev
151 ] 151 ]
152 }, 152 },
153 "topSites": {
154 "extension_types": ["extension", "packaged_app", "platform_app"]
155 },
153 "tts": { 156 "tts": {
154 "extension_types": ["extension", "packaged_app", "platform_app"] 157 "extension_types": ["extension", "packaged_app", "platform_app"]
155 }, 158 },
156 "ttsEngine": { 159 "ttsEngine": {
157 "extension_types": ["extension", "packaged_app", "platform_app"] 160 "extension_types": ["extension", "packaged_app", "platform_app"]
158 }, 161 },
159 "unlimitedStorage": { 162 "unlimitedStorage": {
160 "extension_types": [ 163 "extension_types": [
161 "extension", "packaged_app", "hosted_app", "platform_app" 164 "extension", "packaged_app", "hosted_app", "platform_app"
162 ] 165 ]
(...skipping 18 matching lines...) Expand all
181 "afchcafgojfnemjkcbhfekplkmjaldaa" // Enterprise Web Store 184 "afchcafgojfnemjkcbhfekplkmjaldaa" // Enterprise Web Store
182 ] 185 ]
183 }, 186 },
184 "webRequest": { 187 "webRequest": {
185 "extension_types": ["extension", "packaged_app"] 188 "extension_types": ["extension", "packaged_app"]
186 }, 189 },
187 "webRequestBlocking": { 190 "webRequestBlocking": {
188 "extension_types": ["extension", "packaged_app"] 191 "extension_types": ["extension", "packaged_app"]
189 } 192 }
190 } 193 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698