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

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

Issue 19492009: Revert 212538 "[SystemInfo API] Rename systemInfo Memory API." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 5 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 514 matching lines...) Expand 10 before | Expand all | Expand 10 after
525 "extension_types": ["extension", "packaged_app", "platform_app"], 525 "extension_types": ["extension", "packaged_app", "platform_app"],
526 "min_manifest_version": 2 526 "min_manifest_version": 2
527 }, 527 },
528 "system.cpu": { 528 "system.cpu": {
529 "channel": "dev", 529 "channel": "dev",
530 "extension_types": [ 530 "extension_types": [
531 "extension", "packaged_app", "hosted_app", "platform_app" 531 "extension", "packaged_app", "hosted_app", "platform_app"
532 ], 532 ],
533 "whitelist": [""] 533 "whitelist": [""]
534 }, 534 },
535 "system.memory": { 535 "systemInfo.memory": {
536 "channel": "dev", 536 "channel": "dev",
537 "extension_types": [ 537 "extension_types": [
538 "extension", "packaged_app", "hosted_app", "platform_app" 538 "extension", "packaged_app", "hosted_app", "platform_app"
539 ], 539 ],
540 "whitelist": [""] 540 "whitelist": [""]
541 }, 541 },
542 "systemInfo.display": { 542 "systemInfo.display": {
543 "channel": "stable", 543 "channel": "stable",
544 "extension_types": ["extension", "packaged_app", "platform_app"] 544 "extension_types": ["extension", "packaged_app", "platform_app"]
545 }, 545 },
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
638 }, 638 },
639 "webRequestBlocking": { 639 "webRequestBlocking": {
640 "channel": "stable", 640 "channel": "stable",
641 "extension_types": ["extension", "packaged_app"] 641 "extension_types": ["extension", "packaged_app"]
642 }, 642 },
643 "webview": { 643 "webview": {
644 "channel": "stable", 644 "channel": "stable",
645 "extension_types": ["platform_app"] 645 "extension_types": ["platform_app"]
646 } 646 }
647 } 647 }
OLDNEW
« no previous file with comments | « trunk/src/chrome/common/extensions/api/_api_features.json ('k') | trunk/src/chrome/common/extensions/api/api.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698