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

Side by Side Diff: chrome/common/extensions/api/_permission_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: remove unintended IdentityAPI changes 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
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 "activeTab": { 9 "activeTab": {
10 "channel": "stable", 10 "channel": "stable",
(...skipping 330 matching lines...) Expand 10 before | Expand all | Expand 10 after
341 ] 341 ]
342 }, 342 },
343 "history": { 343 "history": {
344 "channel": "stable", 344 "channel": "stable",
345 "extension_types": ["extension", "legacy_packaged_app"] 345 "extension_types": ["extension", "legacy_packaged_app"]
346 }, 346 },
347 "identity": { 347 "identity": {
348 "channel": "stable", 348 "channel": "stable",
349 "extension_types": ["extension", "platform_app"] 349 "extension_types": ["extension", "platform_app"]
350 }, 350 },
351 "identity.email": {
352 "channel": "dev",
353 "extension_types": ["extension", "platform_app"]
354 },
not at google - send to devlin 2013/10/16 16:49:37 hm. I thought this was just going to be a separate
Michael Courage 2013/10/16 20:24:52 That is what I originally proposed.
351 "identityPrivate": { 355 "identityPrivate": {
352 "channel": "stable", 356 "channel": "stable",
353 "extension_types": [ 357 "extension_types": [
354 "legacy_packaged_app" 358 "legacy_packaged_app"
355 ], 359 ],
356 "location": "component" 360 "location": "component"
357 }, 361 },
358 "idltest": { 362 "idltest": {
359 "channel": "trunk", 363 "channel": "trunk",
360 "extension_types": ["extension"] 364 "extension_types": ["extension"]
(...skipping 434 matching lines...) Expand 10 before | Expand all | Expand 10 after
795 // Only allowed for whitelisted extensions until all the caveats are 799 // Only allowed for whitelisted extensions until all the caveats are
796 // addressed. Tracked in crbug/285151. 800 // addressed. Tracked in crbug/285151.
797 "channel": "stable", 801 "channel": "stable",
798 "extension_types": ["extension"], 802 "extension_types": ["extension"],
799 "location": "component", 803 "location": "component",
800 "whitelist": [ 804 "whitelist": [
801 "mfffpogegjflfpflabcdkioaeobkgjik" // GAIA Component Extension 805 "mfffpogegjflfpflabcdkioaeobkgjik" // GAIA Component Extension
802 ] 806 ]
803 }] 807 }]
804 } 808 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698