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

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

Issue 10086011: [Chrome OS ECHO]: Rename API and method names (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: address tbarzic's comments Created 8 years, 8 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
« no previous file with comments | « chrome/common/chrome_switches.cc ('k') | chrome/common/extensions/api/echoPrivate.json » ('j') | 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 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
143 "channel": "stable", 143 "channel": "stable",
144 "extension_types": ["extension", "packaged_app", "platform_app"], 144 "extension_types": ["extension", "packaged_app", "platform_app"],
145 "location": "component" 145 "location": "component"
146 }, 146 },
147 "notifications": { 147 "notifications": {
148 "channel": "stable", 148 "channel": "stable",
149 "extension_types": [ 149 "extension_types": [
150 "extension", "packaged_app", "hosted_app", "platform_app" 150 "extension", "packaged_app", "hosted_app", "platform_app"
151 ] 151 ]
152 }, 152 },
153 "offersPrivate": { 153 "echoPrivate": {
154 "channel": "stable", 154 "channel": "stable",
155 "extension_types": ["extension", "packaged_app", "platform_app"], 155 "extension_types": ["extension", "packaged_app", "platform_app"],
156 "location": "component" 156 "location": "component"
157 }, 157 },
158 "pageCapture": { 158 "pageCapture": {
159 "channel": "stable", 159 "channel": "stable",
160 "extension_types": ["extension", "packaged_app", "platform_app"] 160 "extension_types": ["extension", "packaged_app", "platform_app"]
161 }, 161 },
162 "plugin": { 162 "plugin": {
163 "channel": "stable", 163 "channel": "stable",
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
244 }, 244 },
245 "webRequest": { 245 "webRequest": {
246 "channel": "stable", 246 "channel": "stable",
247 "extension_types": ["extension", "packaged_app"] 247 "extension_types": ["extension", "packaged_app"]
248 }, 248 },
249 "webRequestBlocking": { 249 "webRequestBlocking": {
250 "channel": "stable", 250 "channel": "stable",
251 "extension_types": ["extension", "packaged_app"] 251 "extension_types": ["extension", "packaged_app"]
252 } 252 }
253 } 253 }
OLDNEW
« no previous file with comments | « chrome/common/chrome_switches.cc ('k') | chrome/common/extensions/api/echoPrivate.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698