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

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

Issue 27283002: Identity API: Add chrome.identity.onSignInChanged routing and IDL (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: build fix Created 7 years, 2 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_tests_unit.gypi ('k') | chrome/common/extensions/api/_permission_features.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 // See c/c/e/features/* to understand this file, in particular feature.h, 5 // See c/c/e/features/* to understand this file, in particular feature.h,
6 // simple_feature.h, and base_feature_provider.h. 6 // simple_feature.h, and base_feature_provider.h.
7 7
8 { 8 {
9 "activityLogPrivate": { 9 "activityLogPrivate": {
10 "dependencies": ["permission:activityLogPrivate"], 10 "dependencies": ["permission:activityLogPrivate"],
(...skipping 291 matching lines...) Expand 10 before | Expand all | Expand 10 after
302 }, 302 },
303 "i18n": { 303 "i18n": {
304 "channel": "stable", 304 "channel": "stable",
305 "extension_types": ["extension", "legacy_packaged_app", "platform_app"], 305 "extension_types": ["extension", "legacy_packaged_app", "platform_app"],
306 "contexts": ["blessed_extension", "unblessed_extension", "content_script"] 306 "contexts": ["blessed_extension", "unblessed_extension", "content_script"]
307 }, 307 },
308 "identity": { 308 "identity": {
309 "dependencies": ["permission:identity"], 309 "dependencies": ["permission:identity"],
310 "contexts": ["blessed_extension"] 310 "contexts": ["blessed_extension"]
311 }, 311 },
312 "identity.onSignInChanged": {
313 "channel": "dev",
314 "dependencies": ["permission:identity"],
315 "contexts": ["blessed_extension"]
316 },
312 "identityPrivate": { 317 "identityPrivate": {
313 "dependencies": ["permission:identityPrivate"], 318 "dependencies": ["permission:identityPrivate"],
314 "contexts": ["blessed_extension"] 319 "contexts": ["blessed_extension"]
315 }, 320 },
316 "idltest": { 321 "idltest": {
317 "dependencies": ["permission:idltest"], 322 "dependencies": ["permission:idltest"],
318 "contexts": ["blessed_extension"] 323 "contexts": ["blessed_extension"]
319 }, 324 },
320 "idle": { 325 "idle": {
321 "dependencies": ["permission:idle"], 326 "dependencies": ["permission:idle"],
(...skipping 350 matching lines...) Expand 10 before | Expand all | Expand 10 after
672 "internal": true, 677 "internal": true,
673 "channel": "stable", 678 "channel": "stable",
674 "dependencies": ["permission:webview"], 679 "dependencies": ["permission:webview"],
675 "contexts": ["blessed_extension"] 680 "contexts": ["blessed_extension"]
676 }, 681 },
677 "windows": { 682 "windows": {
678 "dependencies": ["api:tabs"], 683 "dependencies": ["api:tabs"],
679 "contexts": ["blessed_extension"] 684 "contexts": ["blessed_extension"]
680 } 685 }
681 } 686 }
OLDNEW
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | chrome/common/extensions/api/_permission_features.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698