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

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

Issue 22706006: Implementation of the DeviceInfo get API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: for try jobs Created 7 years, 4 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 "activityLogPrivate": { 9 "activityLogPrivate": {
10 "dependencies": ["permission:activityLogPrivate"], 10 "dependencies": ["permission:activityLogPrivate"],
(...skipping 448 matching lines...) Expand 10 before | Expand all | Expand 10 after
459 "contexts": ["blessed_extension"] 459 "contexts": ["blessed_extension"]
460 }, 460 },
461 "serial": { 461 "serial": {
462 "dependencies": ["permission:serial"], 462 "dependencies": ["permission:serial"],
463 "contexts": ["blessed_extension"] 463 "contexts": ["blessed_extension"]
464 }, 464 },
465 "sessionRestore": { 465 "sessionRestore": {
466 "dependencies": ["permission:sessionRestore"], 466 "dependencies": ["permission:sessionRestore"],
467 "contexts": ["blessed_extension"] 467 "contexts": ["blessed_extension"]
468 }, 468 },
469 "signedInDevices": {
470 "dependencies": ["permission:signedInDevices"],
471 "contexts": ["blessed_extension"]
472 }.
not at google - send to devlin 2013/08/16 22:03:47 This should be a , not a . Please don't dcommit wh
469 "socket": { 473 "socket": {
470 "dependencies": ["permission:socket"], 474 "dependencies": ["permission:socket"],
471 "contexts": ["blessed_extension"] 475 "contexts": ["blessed_extension"]
472 }, 476 },
473 "sockets.udp": { 477 "sockets.udp": {
474 "dependencies": ["permission:sockets.udp"], 478 "dependencies": ["permission:sockets.udp"],
475 "channel": "dev", 479 "channel": "dev",
476 "contexts": ["blessed_extension"] 480 "contexts": ["blessed_extension"]
477 }, 481 },
478 "storage": { 482 "storage": {
(...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after
588 }, 592 },
589 "webview": { 593 "webview": {
590 "dependencies": ["permission:webview"], 594 "dependencies": ["permission:webview"],
591 "contexts": ["blessed_extension"] 595 "contexts": ["blessed_extension"]
592 }, 596 },
593 "windows": { 597 "windows": {
594 "dependencies": ["api:tabs"], 598 "dependencies": ["api:tabs"],
595 "contexts": ["blessed_extension"] 599 "contexts": ["blessed_extension"]
596 } 600 }
597 } 601 }
OLDNEW
« no previous file with comments | « chrome/browser/sync/profile_sync_service_mock.cc ('k') | chrome/common/extensions/api/_permission_features.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698