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

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

Issue 274853002: Identity API: add chrome.identity.getAccounts (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 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
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 // This features file defines extension APIs implemented under src/chrome. 5 // This features file defines extension APIs implemented under src/chrome.
6 // See extensions/common/features/* to understand this file, in particular 6 // See extensions/common/features/* to understand this file, in particular
7 // feature.h, simple_feature.h, and base_feature_provider.h. 7 // feature.h, simple_feature.h, and base_feature_provider.h.
8 // 8 //
9 // Note that specifying "web_page", "blessed_web_page", or "all" as a context 9 // Note that specifying "web_page", "blessed_web_page", or "all" as a context
10 // type will require manually updating chrome/renderer/resources/dispatcher.cc. 10 // type will require manually updating chrome/renderer/resources/dispatcher.cc.
(...skipping 438 matching lines...) Expand 10 before | Expand all | Expand 10 after
449 }, 449 },
450 "i18n": { 450 "i18n": {
451 "channel": "stable", 451 "channel": "stable",
452 "extension_types": ["extension", "legacy_packaged_app", "platform_app"], 452 "extension_types": ["extension", "legacy_packaged_app", "platform_app"],
453 "contexts": ["blessed_extension", "unblessed_extension", "content_script"] 453 "contexts": ["blessed_extension", "unblessed_extension", "content_script"]
454 }, 454 },
455 "identity": { 455 "identity": {
456 "dependencies": ["permission:identity"], 456 "dependencies": ["permission:identity"],
457 "contexts": ["blessed_extension"] 457 "contexts": ["blessed_extension"]
458 }, 458 },
459 "identity.getAccounts": {
460 "channel": "dev",
461 "dependencies": ["permission:identity"],
462 "contexts": ["blessed_extension"]
463 },
459 "identityPrivate": { 464 "identityPrivate": {
460 "dependencies": ["permission:identityPrivate"], 465 "dependencies": ["permission:identityPrivate"],
461 "contexts": ["blessed_extension"] 466 "contexts": ["blessed_extension"]
462 }, 467 },
463 "idltest": { 468 "idltest": {
464 "dependencies": ["permission:idltest"], 469 "dependencies": ["permission:idltest"],
465 "contexts": ["blessed_extension"] 470 "contexts": ["blessed_extension"]
466 }, 471 },
467 "idle": { 472 "idle": {
468 "dependencies": ["permission:idle"], 473 "dependencies": ["permission:idle"],
(...skipping 304 matching lines...) Expand 10 before | Expand all | Expand 10 after
773 "internal": true, 778 "internal": true,
774 "channel": "stable", 779 "channel": "stable",
775 "dependencies": ["permission:webview"], 780 "dependencies": ["permission:webview"],
776 "contexts": ["blessed_extension"] 781 "contexts": ["blessed_extension"]
777 }, 782 },
778 "windows": { 783 "windows": {
779 "dependencies": ["api:tabs"], 784 "dependencies": ["api:tabs"],
780 "contexts": ["blessed_extension"] 785 "contexts": ["blessed_extension"]
781 } 786 }
782 } 787 }
OLDNEW
« no previous file with comments | « chrome/browser/extensions/api/identity/identity_apitest.cc ('k') | chrome/common/extensions/api/identity.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698