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

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

Issue 15962012: Revert "Identity API: Add component app for auth flow UI" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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_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 },
244 "idle": { 237 "idle": {
245 "channel": "stable", 238 "channel": "stable",
246 "extension_types": ["extension", "packaged_app", "platform_app"] 239 "extension_types": ["extension", "packaged_app", "platform_app"]
247 }, 240 },
248 "input": { 241 "input": {
249 "channel": "stable", 242 "channel": "stable",
250 "extension_types": ["extension", "packaged_app"], 243 "extension_types": ["extension", "packaged_app"],
251 "inplies_full_url_access": true 244 "inplies_full_url_access": true
252 }, 245 },
253 "inputMethodPrivate": { 246 "inputMethodPrivate": {
(...skipping 317 matching lines...) Expand 10 before | Expand all | Expand 10 after
571 }, 564 },
572 "webRequestBlocking": { 565 "webRequestBlocking": {
573 "channel": "stable", 566 "channel": "stable",
574 "extension_types": ["extension", "packaged_app"] 567 "extension_types": ["extension", "packaged_app"]
575 }, 568 },
576 "webview": { 569 "webview": {
577 "channel": "stable", 570 "channel": "stable",
578 "extension_types": ["platform_app"] 571 "extension_types": ["platform_app"]
579 } 572 }
580 } 573 }
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