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

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

Issue 780363003: Delete deprecated synced notifications code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: More cleanup Created 6 years 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
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 // This features file defines extension APIs implemented under src/chrome. 5 // This features file defines extension APIs implemented under src/chrome.
6 // See extensions/common/features/* to understand this file, in particular 6 // See extensions/common/features/* to understand this file, in particular
7 // feature.h, simple_feature.h, and base_feature_provider.h. 7 // feature.h, simple_feature.h, and base_feature_provider.h.
8 // 8 //
9 // Note that specifying "web_page", "blessed_web_page", or "all" as a context 9 // Note that specifying "web_page", "blessed_web_page", or "all" as a context
10 // type will require manually updating chrome/renderer/resources/dispatcher.cc. 10 // type will require manually updating chrome/renderer/resources/dispatcher.cc.
(...skipping 594 matching lines...) Expand 10 before | Expand all | Expand 10 after
605 "contexts": ["blessed_extension"] 605 "contexts": ["blessed_extension"]
606 }, 606 },
607 "streamsPrivate": { 607 "streamsPrivate": {
608 "dependencies": ["permission:streamsPrivate"], 608 "dependencies": ["permission:streamsPrivate"],
609 "contexts": ["blessed_extension"] 609 "contexts": ["blessed_extension"]
610 }, 610 },
611 "syncFileSystem": { 611 "syncFileSystem": {
612 "dependencies": ["permission:syncFileSystem"], 612 "dependencies": ["permission:syncFileSystem"],
613 "contexts": ["blessed_extension"] 613 "contexts": ["blessed_extension"]
614 }, 614 },
615 "syncedNotificationsPrivate": {
616 "contexts": ["blessed_extension"],
617 "dependencies": ["permission:syncedNotificationsPrivate"]
618 },
619 "systemIndicator": { 615 "systemIndicator": {
620 "dependencies": ["manifest:system_indicator"], 616 "dependencies": ["manifest:system_indicator"],
621 "contexts": ["blessed_extension"] 617 "contexts": ["blessed_extension"]
622 }, 618 },
623 "systemPrivate": { 619 "systemPrivate": {
624 "dependencies": ["permission:systemPrivate"], 620 "dependencies": ["permission:systemPrivate"],
625 "contexts": ["blessed_extension"] 621 "contexts": ["blessed_extension"]
626 }, 622 },
627 "tabCapture": { 623 "tabCapture": {
628 "dependencies": ["permission:tabCapture"], 624 "dependencies": ["permission:tabCapture"],
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
708 "internal": true, 704 "internal": true,
709 "channel": "stable", 705 "channel": "stable",
710 "dependencies": ["permission:webview"], 706 "dependencies": ["permission:webview"],
711 "contexts": ["blessed_extension"] 707 "contexts": ["blessed_extension"]
712 }, 708 },
713 "windows": { 709 "windows": {
714 "dependencies": ["api:tabs"], 710 "dependencies": ["api:tabs"],
715 "contexts": ["blessed_extension"] 711 "contexts": ["blessed_extension"]
716 } 712 }
717 } 713 }
OLDNEW
« no previous file with comments | « chrome/common/chrome_switches.cc ('k') | chrome/common/extensions/api/_permission_features.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698