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

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

Issue 14768009: Identity API: Add component app for auth flow UI (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase to ToT Created 7 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 | « chrome/chrome_browser_extensions.gypi ('k') | chrome/common/extensions/api/api.gyp » ('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 "activeTab": { 6 "activeTab": {
7 "channel": "stable", 7 "channel": "stable",
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 216 matching lines...) Expand 10 before | Expand all | Expand 10 after
227 "geolocation": { 227 "geolocation": {
228 "channel": "stable", 228 "channel": "stable",
229 "extension_types": [ 229 "extension_types": [
230 "extension", "packaged_app", "hosted_app", "platform_app" 230 "extension", "packaged_app", "hosted_app", "platform_app"
231 ] 231 ]
232 }, 232 },
233 "history": { 233 "history": {
234 "channel": "stable", 234 "channel": "stable",
235 "extension_types": ["extension", "packaged_app"] 235 "extension_types": ["extension", "packaged_app"]
236 }, 236 },
237 "identityPrivate": {
238 "channel": "stable",
239 "extension_types": [
240 "packaged_app"
241 ],
242 "location": "component"
243 },
237 "idle": { 244 "idle": {
238 "channel": "stable", 245 "channel": "stable",
239 "extension_types": ["extension", "packaged_app", "platform_app"] 246 "extension_types": ["extension", "packaged_app", "platform_app"]
240 }, 247 },
241 "input": { 248 "input": {
242 "channel": "stable", 249 "channel": "stable",
243 "extension_types": ["extension", "packaged_app"], 250 "extension_types": ["extension", "packaged_app"],
244 "inplies_full_url_access": true 251 "inplies_full_url_access": true
245 }, 252 },
246 "inputMethodPrivate": { 253 "inputMethodPrivate": {
(...skipping 317 matching lines...) Expand 10 before | Expand all | Expand 10 after
564 }, 571 },
565 "webRequestBlocking": { 572 "webRequestBlocking": {
566 "channel": "stable", 573 "channel": "stable",
567 "extension_types": ["extension", "packaged_app"] 574 "extension_types": ["extension", "packaged_app"]
568 }, 575 },
569 "webview": { 576 "webview": {
570 "channel": "stable", 577 "channel": "stable",
571 "extension_types": ["platform_app"] 578 "extension_types": ["platform_app"]
572 } 579 }
573 } 580 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser_extensions.gypi ('k') | chrome/common/extensions/api/api.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698