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

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

Issue 14081014: Identity API: Change WebAuthFlow to use <webview> instead of a normal browser pop-up. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: chrome.identity side-by-side with chrome.experimental.identity 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
« no previous file with comments | « chrome/chrome_tests_unit.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 204 matching lines...) Expand 10 before | Expand all | Expand 10 after
215 "geolocation": { 215 "geolocation": {
216 "channel": "stable", 216 "channel": "stable",
217 "extension_types": [ 217 "extension_types": [
218 "extension", "packaged_app", "hosted_app", "platform_app" 218 "extension", "packaged_app", "hosted_app", "platform_app"
219 ] 219 ]
220 }, 220 },
221 "history": { 221 "history": {
222 "channel": "stable", 222 "channel": "stable",
223 "extension_types": ["extension", "packaged_app"] 223 "extension_types": ["extension", "packaged_app"]
224 }, 224 },
225 "identityPrivate": {
226 "channel": "stable",
227 "extension_types": [
228 "packaged_app"
229 ],
230 "location": "component"
231 },
225 "idle": { 232 "idle": {
226 "channel": "stable", 233 "channel": "stable",
227 "extension_types": ["extension", "packaged_app", "platform_app"] 234 "extension_types": ["extension", "packaged_app", "platform_app"]
228 }, 235 },
229 "input": { 236 "input": {
230 "channel": "stable", 237 "channel": "stable",
231 "extension_types": ["extension", "packaged_app"], 238 "extension_types": ["extension", "packaged_app"],
232 "inplies_full_url_access": true 239 "inplies_full_url_access": true
233 }, 240 },
234 "inputMethodPrivate": { 241 "inputMethodPrivate": {
(...skipping 307 matching lines...) Expand 10 before | Expand all | Expand 10 after
542 }, 549 },
543 "webRequestBlocking": { 550 "webRequestBlocking": {
544 "channel": "stable", 551 "channel": "stable",
545 "extension_types": ["extension", "packaged_app"] 552 "extension_types": ["extension", "packaged_app"]
546 }, 553 },
547 "webview": { 554 "webview": {
548 "channel": "stable", 555 "channel": "stable",
549 "extension_types": ["platform_app"] 556 "extension_types": ["platform_app"]
550 } 557 }
551 } 558 }
OLDNEW
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | chrome/common/extensions/api/api.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698