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

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

Issue 18863014: [SystemInfo API] Rename systemInfo Memory API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update commit message 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
« no previous file with comments | « chrome/chrome_tests.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 448 matching lines...) Expand 10 before | Expand all | Expand 10 after
459 "contexts": ["blessed_extension"] 459 "contexts": ["blessed_extension"]
460 }, 460 },
461 "system.cpu": { 461 "system.cpu": {
462 "dependencies": ["permission:system.cpu"], 462 "dependencies": ["permission:system.cpu"],
463 "contexts": ["blessed_extension"] 463 "contexts": ["blessed_extension"]
464 }, 464 },
465 "system.display": { 465 "system.display": {
466 "dependencies": ["permission:system.display"], 466 "dependencies": ["permission:system.display"],
467 "contexts": ["blessed_extension"] 467 "contexts": ["blessed_extension"]
468 }, 468 },
469 "systemInfo.memory": { 469 "system.memory": {
470 "dependencies": ["permission:systemInfo.memory"], 470 "dependencies": ["permission:system.memory"],
471 "contexts": ["blessed_extension"] 471 "contexts": ["blessed_extension"]
472 }, 472 },
473 "systemPrivate": { 473 "systemPrivate": {
474 "dependencies": ["permission:systemPrivate"], 474 "dependencies": ["permission:systemPrivate"],
475 "contexts": ["blessed_extension"] 475 "contexts": ["blessed_extension"]
476 }, 476 },
477 "tabCapture": { 477 "tabCapture": {
478 "dependencies": ["permission:tabCapture"], 478 "dependencies": ["permission:tabCapture"],
479 "contexts": ["blessed_extension"] 479 "contexts": ["blessed_extension"]
480 }, 480 },
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
555 }, 555 },
556 "webview": { 556 "webview": {
557 "dependencies": ["permission:webview"], 557 "dependencies": ["permission:webview"],
558 "contexts": ["blessed_extension"] 558 "contexts": ["blessed_extension"]
559 }, 559 },
560 "windows": { 560 "windows": {
561 "dependencies": ["permission:tabs"], 561 "dependencies": ["permission:tabs"],
562 "contexts": ["blessed_extension"] 562 "contexts": ["blessed_extension"]
563 } 563 }
564 } 564 }
OLDNEW
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/common/extensions/api/_permission_features.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698