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

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

Issue 21022018: Sessions API - previously Session Restore API. Supports restoring currently open foreign windows an… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: delete test. 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 451 matching lines...) Expand 10 before | Expand all | Expand 10 after
462 "contexts": ["blessed_extension", "unblessed_extension", "content_script"] 462 "contexts": ["blessed_extension", "unblessed_extension", "content_script"]
463 }, 463 },
464 "scriptBadge": { 464 "scriptBadge": {
465 "dependencies": ["manifest:script_badge"], 465 "dependencies": ["manifest:script_badge"],
466 "contexts": ["blessed_extension"] 466 "contexts": ["blessed_extension"]
467 }, 467 },
468 "serial": { 468 "serial": {
469 "dependencies": ["permission:serial"], 469 "dependencies": ["permission:serial"],
470 "contexts": ["blessed_extension"] 470 "contexts": ["blessed_extension"]
471 }, 471 },
472 "sessionRestore": { 472 "sessions": {
473 "dependencies": ["permission:sessionRestore"], 473 "dependencies": ["permission:sessions"],
474 "contexts": ["blessed_extension"] 474 "contexts": ["blessed_extension"]
475 }, 475 },
476 "socket": { 476 "socket": {
477 "dependencies": ["permission:socket"], 477 "dependencies": ["permission:socket"],
478 "contexts": ["blessed_extension"] 478 "contexts": ["blessed_extension"]
479 }, 479 },
480 "sockets.udp": { 480 "sockets.udp": {
481 "dependencies": ["permission:sockets.udp"], 481 "dependencies": ["permission:sockets.udp"],
482 "channel": "dev", 482 "channel": "dev",
483 "contexts": ["blessed_extension"] 483 "contexts": ["blessed_extension"]
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
595 }, 595 },
596 "webview": { 596 "webview": {
597 "dependencies": ["permission:webview"], 597 "dependencies": ["permission:webview"],
598 "contexts": ["blessed_extension"] 598 "contexts": ["blessed_extension"]
599 }, 599 },
600 "windows": { 600 "windows": {
601 "dependencies": ["api:tabs"], 601 "dependencies": ["api:tabs"],
602 "contexts": ["blessed_extension"] 602 "contexts": ["blessed_extension"]
603 } 603 }
604 } 604 }
OLDNEW
« no previous file with comments | « chrome/common/extensions/api/PRESUBMIT.py ('k') | chrome/common/extensions/api/_permission_features.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698