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

Side by Side Diff: trunk/src/chrome/common/extensions/api/_api_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 "activityLogPrivate": { 9 "activityLogPrivate": {
10 "dependencies": ["permission:activityLogPrivate"], 10 "dependencies": ["permission:activityLogPrivate"],
(...skipping 447 matching lines...) Expand 10 before | Expand all | Expand 10 after
458 "contexts": ["blessed_extension"] 458 "contexts": ["blessed_extension"]
459 }, 459 },
460 "system.cpu": { 460 "system.cpu": {
461 "dependencies": ["permission:system.cpu"], 461 "dependencies": ["permission:system.cpu"],
462 "contexts": ["blessed_extension"] 462 "contexts": ["blessed_extension"]
463 }, 463 },
464 "systemInfo.display": { 464 "systemInfo.display": {
465 "dependencies": ["permission:systemInfo.display"], 465 "dependencies": ["permission:systemInfo.display"],
466 "contexts": ["blessed_extension"] 466 "contexts": ["blessed_extension"]
467 }, 467 },
468 "system.memory": { 468 "systemInfo.memory": {
469 "dependencies": ["permission:system.memory"], 469 "dependencies": ["permission:systemInfo.memory"],
470 "contexts": ["blessed_extension"] 470 "contexts": ["blessed_extension"]
471 }, 471 },
472 "systemPrivate": { 472 "systemPrivate": {
473 "dependencies": ["permission:systemPrivate"], 473 "dependencies": ["permission:systemPrivate"],
474 "contexts": ["blessed_extension"] 474 "contexts": ["blessed_extension"]
475 }, 475 },
476 "tabCapture": { 476 "tabCapture": {
477 "dependencies": ["permission:tabCapture"], 477 "dependencies": ["permission:tabCapture"],
478 "contexts": ["blessed_extension"] 478 "contexts": ["blessed_extension"]
479 }, 479 },
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
554 }, 554 },
555 "webview": { 555 "webview": {
556 "dependencies": ["permission:webview"], 556 "dependencies": ["permission:webview"],
557 "contexts": ["blessed_extension"] 557 "contexts": ["blessed_extension"]
558 }, 558 },
559 "windows": { 559 "windows": {
560 "dependencies": ["permission:tabs"], 560 "dependencies": ["permission:tabs"],
561 "contexts": ["blessed_extension"] 561 "contexts": ["blessed_extension"]
562 } 562 }
563 } 563 }
OLDNEW
« no previous file with comments | « trunk/src/chrome/chrome_tests.gypi ('k') | trunk/src/chrome/common/extensions/api/_permission_features.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698